summaryrefslogtreecommitdiff
path: root/config/uwsgi.config
blob: 56e0508cc8274dce670c0f6113033db15617f11c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[uwsgi]
module=main
chdir = /var/www/mat2-web/
callable = app
wsgi-file = /var/www/mat2-web/main.py
master = true
workers = 1

uid = 101
gid = 101

# kill stalled processes
harakiri = 30
die-on-term = true

socket = /tmp/uwsgi.sock
chmod-socket = 774
plugins = python3