removed duplicate
This commit is contained in:
parent
9674afb4d5
commit
18e05a5eee
|
|
@ -72,9 +72,6 @@ server {
|
||||||
# This header enables the Cross-site scripting (XSS) filter
|
# This header enables the Cross-site scripting (XSS) filter
|
||||||
add_header X-XSS-Protection "1; mode=block";
|
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 / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue