mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-14 22:22:18 +00:00
74dbeca76b
supervisord compatible uwsgi ini file, vastly improved scanning speed, ignored logs in directory, fixed cover art searching algorithm to find more results
11 lines
198 B
INI
Executable File
11 lines
198 B
INI
Executable File
[uwsgi]
|
|
|
|
socket = /tmp/supysonic.sock
|
|
wsgi-file = /home/emory/supysonic/main.wsgi
|
|
master = true
|
|
processes = 4
|
|
threads = 2
|
|
uid = 1000
|
|
vacuum = true
|
|
chmod-socket = 666
|