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.
wish/conf/uwsgi.ini

16 lines
251 B
INI

[uwsgi]
socket = /var/wish/sock
logto = /home/wish/log
chdir = /home/wish/install
module = wish.wsgi
plugin = python3
virtualenv = venv
master = True
vacuum = True
# TODO: Allow web server only
chmod-socket = 666
max-requests = 500
die-on-term=true