Updated uwsgi.ini

This commit is contained in:
Phil Zhitnikov 2023-07-06 16:58:25 +04:00
parent 4e7575cc50
commit aa30211168

View File

@ -18,7 +18,7 @@ processes = 10
# the socket (use the full path to be safe
#socket = /var/www/phzhik-poizonstore/mysite.sock
socket = :8001
wsgi-file = /var/www/phzhik-poizonstore/vba_portal/wsgi.py
wsgi-file = /var/www/phzhik-poizonstore/poizonstore/wsgi.py
pidfile = /tmp/uwsgi.pid
# ... with appropriate permissions - may be needed
chmod-socket = 664