Stronger SSL config

This commit is contained in:
nemunaire 2014-11-10 17:21:29 +01:00
commit ec2604142f
3 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,8 @@
index index.php;
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
location / {
if (-f $request_filename) {