isso/uswgi2.ini
2018-04-15 17:29:51 -04:00

13 lines
296 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
touch-chain-reload = /app/storage/uwsgi-reload.ini
; uncomment if you use a virtual environment
; virtualenv = /path/to/isso