From 9a1b8c63c793f8c30266b8bd4c67199eedfee699 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:42:56 +0300 Subject: [PATCH] uwsgi port: 8082 -> 8080 --- generate_uswgi_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_uswgi_config.py b/generate_uswgi_config.py index 6eb770e..514562d 100644 --- a/generate_uswgi_config.py +++ b/generate_uswgi_config.py @@ -4,7 +4,7 @@ template = """ [uwsgi] master = 1 vacuum = true -socket = 0.0.0.0:8082 +socket = 0.0.0.0:8080 enable-threads = true die-on-term = true thunder-lock = true