add boring-nginx, based on reverse

This commit is contained in:
Wonderfall
2016-05-29 02:09:20 +02:00
parent b3eb048d54
commit dcc4266fcc
9 changed files with 351 additions and 0 deletions

View File

@ -0,0 +1,4 @@
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";