[Helper] Nextcloud 13; Additional header for Nextcloud site

[PHP-FPM] Build gd with TTF support
This commit is contained in:
André Peters
2018-02-18 20:59:32 +01:00
parent 2284a35658
commit fc53a69a44
5 changed files with 34 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ server {
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options "SAMEORIGIN";
server_name NC_SUBD;

View File

@@ -33,6 +33,7 @@
add_header X-Robots-Tag none;
add_header X-Download-Options noopen;
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options "SAMEORIGIN";
access_log off;
}
location ~ \.(?:png|html|ttf|ico|jpg|jpeg)$ {