diff --git a/conf/nginx.conf b/conf/nginx.conf index 8ad3d15..3c7026b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -21,7 +21,7 @@ # Needed for long running operations in admin interface uwsgi_read_timeout 3600; # Adjust based to uwsgi configuration: - uwsgi_pass unix:////var/run/__APP__/socket + uwsgi_pass unix:///var/run/__APP__/socket # uwsgi_pass 127.0.0.1:8080;