mat2-web/config/uwsgi.config
2019-08-28 08:33:28 -07:00

20 lines
278 B
Plaintext

[uwsgi]
module=main
chdir = /var/www/mat2-web/
callable = app
wsgi-file = /var/www/mat2-web/main.py
master = true
workers = 1
uid = www-data
gid = www-data
# kill stalled processes
harakiri = 30
die-on-term = true
socket = mat2-web.sock
chmod-socket = 774
plugins = python3