From fa26063741ba7742cdccd02a31699b4961ea870d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 18:29:16 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";