boring-nginx: update Dockerfile, optimisations

This commit is contained in:
Wonderfall
2017-08-08 04:54:27 +02:00
parent d39cd31854
commit 54982bdc04
10 changed files with 44 additions and 26 deletions

View File

@ -0,0 +1,3 @@
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";