* Fix in deploy configs
This commit is contained in:
parent
baf63fc3c1
commit
f2b506645b
|
|
@ -21,8 +21,8 @@ processes = 10
|
|||
#socket = /var/www/%(project)/mysite.sock
|
||||
socket = :8001
|
||||
wsgi-file = /var/www/%(project)/poizonstore/wsgi.py
|
||||
pidfile = /tmp/uwsgi/%(project).pid
|
||||
stats = /tmp/uwsgi/uwsgi.stats.sock
|
||||
pidfile = /tmp/uwsgi-%(project).pid
|
||||
stats = /tmp/uwsgi.stats.sock
|
||||
# ... with appropriate permissions - may be needed
|
||||
chmod-socket = 664
|
||||
# clear environment on exit
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user