mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-14 22:22:18 +00:00
15 lines
315 B
INI
Executable File
15 lines
315 B
INI
Executable File
[uwsgi]
|
|
|
|
socket = /tmp/supysonic.sock
|
|
pidfile = /tmp/supysonic.pid
|
|
wsgi-file = main.wsgi
|
|
master = true
|
|
vacuum = true
|
|
chmod-socket = 666
|
|
touch-reload = /tmp/supysonic.reload
|
|
enable-threads = true
|
|
processes = 8
|
|
harakiri = 120
|
|
daemonize = uwsgi.log
|
|
close-on-exec = true
|