Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
293 B
16 lines
293 B
6 years ago
|
[uwsgi]
|
||
|
socket = /tmp/uwsgi-mamweb_prod.sock
|
||
|
logto = /akce/mam/www/mamweb_prod.log
|
||
|
chdir = /akce/mam/www/mamweb-prod/
|
||
|
home = /akce/mam/www/mamweb-prod/
|
||
|
|
||
|
module = mamweb.wsgi
|
||
4 years ago
|
plugin = python3
|
||
6 years ago
|
virtualenv = env
|
||
6 years ago
|
master = True
|
||
|
vacuum = True
|
||
|
chmod-socket = 666
|
||
|
max-requests = 5000
|
||
|
die-on-term=true
|
||
|
|