This commit is contained in:
baoliang 2018-09-01 02:18:18 +08:00
parent 8aa723e6de
commit 2ca7ebbc6f
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ module = g214.wsgi
# master # master
master = true master = true
# maximum number of worker processes # maximum number of worker processes
processes = 10 processes = 4
# the socket (use the full path to be safe # the socket (use the full path to be safe
socket = /tmp/g214.sock socket = /tmp/g214.sock
# ... with appropriate permissions - may be needed # ... with appropriate permissions - may be needed
chmod-socket = 664 chmod-socket = 666
# clear environment on exit # clear environment on exit
vacuum = true vacuum = true