diff --git a/conf/nginx.conf b/conf/nginx.conf index d595418..26d7a7c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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/__NAME__/socket; + uwsgi_pass unix:///var/run/__APP__/socket; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;