diff --git a/conf/nginx.conf b/conf/nginx.conf index ff079c9..b8a9736 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { include proxy_params; proxy_pass http://unix:/run/__APP__/app.socket; - proxy_set_header X-Script-Name __PATH__; +#sub_path_only proxy_set_header X-Script-Name __PATH__; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;