From 2e564d58fc646f9590b9b8f756059b0c510e68ca Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 13 Nov 2022 19:23:20 +0100 Subject: [PATCH] update nginx --- conf/nginx.conf | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 16cd8d5..6cc84d4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,25 +1,12 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { -#to be worked with subpath -# rewrite ^ $request_uri; -# rewrite '^__PATH__(/.*)$' $1 break; -# proxy_set_header X-External-Path __PATH__; -# proxy_http_version 1.1; -# proxy_set_header Upgrade $http_upgrade; -# proxy_set_header Connection $connection_upgrade; -# proxy_pass http://localhost:__PORT__$uri; - -#works on root domain - rewrite '^/(/.*)$' $1 break; + rewrite '^__PATH__(/.*)$' $1 break; + proxy_set_header X-External-Path __PATH__; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; - proxy_pass http://localhost:__PORT__; - - - - + proxy_pass http://localhost:__PORT__; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;