1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00
pgadmin_ynh/conf/nginx.conf
2019-06-07 22:08:36 +02:00

10 lines
235 B
Nginx Configuration File

location __PATH__ {
include uwsgi_params;
uwsgi_pass unix:///var/run/__NAME__/app.socket;
uwsgi_read_timeout 180;
uwsgi_send_timeout 180;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}