From 240ead1e3b8535b5f76212bc2b831631bf80a230 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 26 Jul 2023 08:53:20 +0200 Subject: [PATCH] fix double in Nginx --- conf/nginx.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index af84e46..2de679f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,10 +1,7 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - # Path to source - alias __FINALPATH__/; - - # static files + proxy_pass http://localhost:5000; proxy_set_header Host $http_host; more_set_headers "X-Frame-Options: ALLOWALL";