mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 00:59:59 -05:00
20 lines
278 B
Plaintext
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
|
|
|