isso/uswgi2.ini

13 lines
296 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-15 21:29:51 +00:00
lazy-apps = true
2018-04-15 21:25:13 +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