You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
373 B
15 lines
373 B
[uwsgi]
|
|
plugins = python
|
|
virtualenv = /srv/BatiskafENV
|
|
chdir = /srv/BatiskafENV/batiskaf
|
|
module = batiskaf.wsgi:application
|
|
master = True
|
|
#pidfile=/srv/MSEEnv/mse/master.pid
|
|
vacuum = True
|
|
socket = /srv/BatiskafENV/batiskaf/master.sock
|
|
wsgi_file = /srv/BatiskafENV/batiskaf/batiskaf/wsgi.py
|
|
autoload = true
|
|
max-requests = 2000
|
|
processes = 4
|
|
harakiri = 20
|
|
chmod-socket = 666
|
|
|