removed duplicate

This commit is contained in:
Diego Lendoiro 2017-09-14 15:03:11 +02:00
parent 9674afb4d5
commit 18e05a5eee
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ server {
# This header enables the Cross-site scripting (XSS) filter
add_header X-XSS-Protection "1; mode=block";
# This will enforce HTTP browsing into HTTPS and avoid ssl stripping attack
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains;";
location / {
try_files $uri $uri/ /index.php?$args;
index index.php;