* Increased number of UWSGI processes

This commit is contained in:
Phil Zhitnikov 2024-03-11 02:01:09 +04:00
parent 65892e03e4
commit 8ffc2af7f7

View File

@ -14,7 +14,7 @@ virtualenv = /var/www/phzhik-poizonstore/env
# master
master = true
# maximum number of worker processes
processes = 1
processes = 10
# the socket (use the full path to be safe
#socket = /var/www/phzhik-poizonstore/mysite.sock
socket = :8001