Add semicolon to nginx config line (#3885)
* Update linuxproduction.md * Update linuxproduction.mdpull/3890/head
parent
d0ccaee123
commit
f224da2b0c
|
@ -282,4 +282,4 @@ Edit the nginx.conf file.
|
||||||
sudo nano /etc/nginx/nginx.conf
|
sudo nano /etc/nginx/nginx.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the the line `add_header X-Content-Type-Options "nosniff"` and save the file, then restart Nginx.
|
Add the the line `add_header X-Content-Type-Options "nosniff";` and save the file, then restart Nginx.
|
||||||
|
|
Loading…
Reference in New Issue