isso/uswgi2.ini

15 lines
356 B
INI
Raw Normal View History

2018-04-15 20:45:48 +00:00
[uwsgi]
http = :5000
master = true
; set to `nproc`
processes = 4
cache2 = name=hash,items=1024,blocksize=32
; you may change this
module = isso.dispatch
2018-04-20 13:20:17 +00:00
lazy-apps = true
2018-04-20 13:19:54 +00:00
spooler-import=isso.dispatch
2018-04-20 11:20:16 +00:00
spooler=/app/isso_mail_spooler
2018-04-20 13:20:17 +00:00
touch-chain-reload = /app/storage/uwsgi-reload.ini
2018-04-15 20:45:48 +00:00
; uncomment if you use a virtual environment
; virtualenv = /path/to/isso