5 changed files with 26 additions and 5 deletions
@ -0,0 +1,15 @@ |
|||||
|
[uwsgi] |
||||
|
wsgi_file = /srv/http/build/website.py |
||||
|
module = website |
||||
|
callable = app |
||||
|
uid = http |
||||
|
gid = http |
||||
|
|
||||
|
master = true |
||||
|
processes = 5 |
||||
|
|
||||
|
socket = /tmp/search.sock |
||||
|
chown-socket = http:http |
||||
|
chmod-socket = 660 |
||||
|
vacuum = true |
||||
|
die-on-term = true |
Loading…
Reference in new issue