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