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