mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Fix install on /
This commit is contained in:
parent
72c3a867da
commit
67ea84dfcb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
include proxy_params;
|
include proxy_params;
|
||||||
proxy_pass http://unix:/run/__APP__/app.socket;
|
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 SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
Loading…
Reference in a new issue