13 lines
291 B
INI
13 lines
291 B
INI
[uwsgi]
|
|
http = :5000
|
|
master = true
|
|
; set to `nproc`
|
|
processes = 4
|
|
cache2 = name=hash,items=1024,blocksize=32
|
|
; you may change this
|
|
spooler = /tmp/isso/mail
|
|
module = isso.dispatch
|
|
; uncomment if you use a virtual environment
|
|
; virtualenv = /path/to/isso
|
|
env = ISSO_SETTINGS=/path/to/isso.cfg
|