mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-05-10 06:09:16 +00:00
owncloud: fix nginx.conf
This commit is contained in:
parent
9f3c26690c
commit
c3c5b395e1
@ -14,7 +14,7 @@ http {
|
|||||||
|
|
||||||
access_log off;
|
access_log off;
|
||||||
error_log /var/log/nginx/error.log error;
|
error_log /var/log/nginx/error.log error;
|
||||||
add_header Strict-Transport-Security "max-age=15552000; includeSubdomains; prel$
|
add_header Strict-Transport-Security "max-age=15552000; includeSubdomains; preload;";
|
||||||
add_header X-Frame-Options SAMEORIGIN;
|
add_header X-Frame-Options SAMEORIGIN;
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
add_header X-XSS-Protection "1; mode=block";
|
add_header X-XSS-Protection "1; mode=block";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user