mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
9 lines
293 B
Nginx Configuration File
9 lines
293 B
Nginx Configuration File
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
|
location __PATH__/ {
|
|
include proxy_params;
|
|
proxy_pass http://unix:/run/__APP__/app.socket;
|
|
#sub_path_only proxy_set_header X-Script-Name __PATH__;
|
|
|
|
# Include SSOWAT user panel.
|
|
include conf.d/yunohost_panel.conf.inc;
|
|
}
|