hack-wpi-python/contrib/goathacks.ini
Cara Salter 97ade1f2e3
README
2022-12-06 15:23:58 -05:00

15 lines
251 B
INI

[uwsgi]
base = /var/app/goathacks
wsgi-file = %(base)/goathacks.py
home = %(base)/.venv
pythonpath = %(base)
socket = %(base)/%n.sock
chmod-socket=666
callable=app
logto = /var/log/uwsgi/%n.log
touch-reload = %(base/.uwsgi-touch
max-requests=1000