diff --git a/conf/nginx.conf b/conf/nginx.conf index 9e7514d..1a9c997 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - uwsgi_pass unix:///usr/local/__NAME__/run/socket; + uwsgi_pass unix:///var/run/__NAME__/app.socket; include uwsgi_params; uwsgi_param HTTP_HOST $host;