mat2-web/config/uwsgi.config
2020-05-09 21:21:47 +02:00

20 lines
280 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 = /tmp/uwsgi.sock
chmod-socket = 774
plugins = python3