* Fixed duplicate port in uwsgi config

This commit is contained in:
Phil Zhitnikov 2024-04-28 01:38:48 +04:00
parent 1781ca53db
commit 97eff29dae

View File

@ -19,7 +19,7 @@ master = true
processes = 10 processes = 10
# the socket (use the full path to be safe # the socket (use the full path to be safe
#socket = /var/www/%(project)/mysite.sock #socket = /var/www/%(project)/mysite.sock
socket = :8001 socket = :8002
wsgi-file = /var/www/%(project)/poizonstore/wsgi.py wsgi-file = /var/www/%(project)/poizonstore/wsgi.py
pidfile = /tmp/uwsgi-%(project).pid pidfile = /tmp/uwsgi-%(project).pid
stats = /tmp/uwsgi.stats.sock stats = /tmp/uwsgi.stats.sock