isso/uswgi2.ini
2018-04-19 23:41:00 -04:00

15 lines
366 B
INI

[uwsgi]
http = :5000
master = true
; set to `nproc`
processes = 4
cache2 = name=hash,items=1024,blocksize=32
; you may change this
module = isso.dispatch
lazy-apps = true
spooler=/app/isso_mail_spooler
spooler-import = /app/storage/spool.py
touch-chain-reload = /app/storage/uwsgi-reload.ini
; uncomment if you use a virtual environment
; virtualenv = /path/to/isso