* Fix in deploy configs

This commit is contained in:
Phil Zhitnikov 2024-03-19 00:55:46 +04:00
parent f694241659
commit 94870a7183

View File

@ -21,8 +21,8 @@ processes = 10
#socket = /var/www/%(project)/mysite.sock #socket = /var/www/%(project)/mysite.sock
socket = :8001 socket = :8001
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/uwsgi.stats.sock stats = /tmp/uwsgi.stats.sock
# ... with appropriate permissions - may be needed # ... with appropriate permissions - may be needed
chmod-socket = 664 chmod-socket = 664
# clear environment on exit # clear environment on exit