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

[fix] Allow integration

This commit is contained in:
ljf (zamentur) 2019-05-02 17:48:13 +02:00
parent e490f02d7b
commit e62f162a9e

View file

@ -32,3 +32,5 @@ location {{ path_url }}/ {
location ~ ^{{ path_url }}(data|config|\.ht|db_structure\.xml|README) {
deny all;
}
more_set_headers "X-Frame-Options : ALLOWALL";