From e63addfaea84ea2b49e103f2ede4e0d0851ede91 Mon Sep 17 00:00:00 2001 From: phzhik Date: Sun, 28 Apr 2024 01:38:48 +0400 Subject: [PATCH] * Fixed duplicate port in uwsgi config --- _deploy/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_deploy/uwsgi.ini b/_deploy/uwsgi.ini index 37998e8..50664ea 100644 --- a/_deploy/uwsgi.ini +++ b/_deploy/uwsgi.ini @@ -19,7 +19,7 @@ master = true processes = 10 # the socket (use the full path to be safe #socket = /var/www/%(project)/mysite.sock -socket = :8001 +socket = :8002 wsgi-file = /var/www/%(project)/poizonstore/wsgi.py pidfile = /tmp/uwsgi-%(project).pid stats = /tmp/uwsgi.stats.sock