mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Update nginx.conf
This commit is contained in:
parent
5f5707a579
commit
5c9309671e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ location __PATH__/ {
|
|||
include uwsgi_params;
|
||||
# Needed for long running operations in admin interface
|
||||
uwsgi_read_timeout 3600;
|
||||
uwsgi_pass unix:///var/run/__APP__/socket;
|
||||
uwsgi_pass 127.0.0.1:__PORT__;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
Loading…
Reference in a new issue