l 2 websites util: add ownloud headers
This commit is contained in:
parent
d02cebe5ce
commit
dd67d49ea8
|
@ -79,6 +79,8 @@ rec {
|
|||
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;
|
||||
|
||||
# Path to the root of your installation
|
||||
root /srv/http/${domain}/;
|
||||
|
|
Loading…
Reference in a new issue