diff --git a/conf/nginx.conf b/conf/nginx.conf index 9f38d52..1aa4bed 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location __PATH__ { # Needed for long running operations in admin interface uwsgi_read_timeout 3600; # Adjust based to uwsgi configuration: - uwsgi_pass unix:///opt/__NAME__/uwsgi.sock + uwsgi_pass unix:///opt/__NAME__/uwsgi.sock; # uwsgi_pass 127.0.0.1:8080; # Include SSOWAT user panel.