Add semicolon to nginx config line (#3885)

* Update linuxproduction.md

* Update linuxproduction.md
pull/3890/head
MartinsRui 2017-08-04 16:24:31 +02:00 committed by Scott Addie
parent d0ccaee123
commit f224da2b0c
1 changed files with 1 additions and 1 deletions

View File

@ -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.