forked from Github-Mirrors/canaille
16 lines
317 B
INI
16 lines
317 B
INI
[uwsgi]
|
|
http-socket = :5000
|
|
plugin=python3
|
|
module=canaille:create_app()
|
|
lazy-apps=true
|
|
master=true
|
|
processes=1
|
|
threads=10
|
|
need-app=true
|
|
thunder-lock=true
|
|
touch-chain-reload=/etc/canaille/uwsgi-reload.fifo
|
|
enable-threads=true
|
|
reload-on-rss=1024
|
|
worker-reload-mercy=600
|
|
buffer-size=65535
|
|
disable-write-exception = true
|