* Fixed duplicate port in uwsgi config
This commit is contained in:
parent
b820e3ee9f
commit
e63addfaea
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user