1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-08-29 18:29:16 +02:00
parent 7f1136b5da
commit fa26063741
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -4,6 +4,8 @@ location __PATH__/ {
# Path to source # Path to source
alias __FINALPATH__/ ; alias __FINALPATH__/ ;
more_set_headers "X-Frame-Options : ALLOWALL";
index index.php; index index.php;
# if (!-e $request_filename) # if (!-e $request_filename)
@ -37,5 +39,3 @@ location __PATH__/ {
location ~ ^__PATH__/(data|config|\.ht|db_structure\.xml|README) { location ~ ^__PATH__/(data|config|\.ht|db_structure\.xml|README) {
deny all; deny all;
} }
more_set_headers "X-Frame-Options : ALLOWALL";