forked from infra/ansible
Add more http headers to the owncloud vhost.
This commit is contained in:
parent
f90df2aae9
commit
70c4185053
@ -29,6 +29,8 @@ server {
|
||||
add_header X-Frame-Options "SAMEORIGIN";
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Download-Options noopen;
|
||||
add_header X-Permitted-Cross-Domain-Policies none;
|
||||
|
||||
root /var/www/owncloud/;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user