mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-14 22:22:18 +00:00
99745f4624
file
13 lines
244 B
INI
Executable File
13 lines
244 B
INI
Executable File
[uwsgi]
|
|
|
|
socket = /tmp/supysonic.sock
|
|
wsgi-file = main.wsgi
|
|
master = true
|
|
vacuum = true
|
|
chmod-socket = 666
|
|
touch-reload = /tmp/supysonic.reload
|
|
enable-threads = true
|
|
processes = 8
|
|
harakiri = 60
|
|
daemonize
|