Remove a couple duplicated words

pull/3890/head
Scott Addie 2017-08-04 09:26:28 -05:00 committed by GitHub
parent f224da2b0c
commit cb5a2964a9
1 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ Edit the nginx.conf file.
sudo nano /etc/nginx/nginx.conf
```
Add the the line `add_header X-Frame-Options "SAMEORIGIN";` and save the file, then restart Nginx.
Add the line `add_header X-Frame-Options "SAMEORIGIN";` and save the file, then restart Nginx.
#### MIME-type sniffing
@ -282,4 +282,4 @@ Edit the nginx.conf file.
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 line `add_header X-Content-Type-Options "nosniff";` and save the file, then restart Nginx.