You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[uwsgi]
|
|
socket = /var/wish/sock
|
|
logto = /home/wish/log
|
|
chdir = /home/wish/install
|
|
|
|
module = wish.wsgi
|
|
plugin = python3
|
|
virtualenv = venv
|
|
master = True
|
|
vacuum = True
|
|
chmod-socket = 666
|
|
max-requests = 500
|
|
die-on-term=true
|
|
|