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