Stronger SSL config
This commit is contained in:
parent
17a05b0d26
commit
ec2604142f
3 changed files with 6 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue