From d48200dcfc0d52992b5cd2c95f9129ec6c9d44ca Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Thu, 24 Nov 2022 15:53:44 +0100 Subject: [PATCH] CHnage socket location in nginx conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;