20 lines
348 B
INI
20 lines
348 B
INI
[uwsgi]
|
|
plugins = python
|
|
|
|
venv = /home/vagrant/virtualenv
|
|
chdir = /vagrant
|
|
|
|
uid = root
|
|
gid = root
|
|
|
|
master = true
|
|
processes = 4
|
|
cache2 = name=hash,items=10240,blocksize=32
|
|
spooler = /var/isso/spool
|
|
module = isso.run
|
|
env = ISSO_SETTINGS=/vagrant/share/isso-dev.conf
|
|
env = PYTHON_EGG_CACHE=/tmp
|
|
|
|
daemonize = /var/log/uwsgi/uwsgi.log
|
|
py-autoreload = 1
|