nginx_update_reference_core_21630

Fix quotes
This commit is contained in:
martin.mattel@diemattels.at 2016-01-13 22:05:35 +01:00
parent 9e83ed41f4
commit e930d57d83

View File

@ -47,6 +47,8 @@ Nginx Configuration
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 /var/www/owncloud/;
@ -117,6 +119,8 @@ Nginx Configuration
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;
# Optional: Don't log access to assets
access_log off;
}