update ik

This commit is contained in:
deepzz0
2016-11-12 01:51:55 +08:00
parent 7bc4a193bd
commit 05daeab0d9
21 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ server {
proxy_set_header Host deepzz.com;
proxy_set_header X-Real_IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-XSS-Protection 1; mode=block;
proxy_set_header X-XSS-Protection "1; mode=block";
proxy_pass http://127.0.0.1:9000;
}