From f7b1b5d3fa4de79c30be0e1a11dfc0d1fa448b79 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:32:55 +0100 Subject: [PATCH] re --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3c7026b..295694f 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;