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.
15 lines
293 B
15 lines
293 B
[uwsgi]
|
|
socket = /tmp/uwsgi-mamweb_test.sock
|
|
logto = /akce/mam/www/mamweb_test.log
|
|
chdir = /akce/mam/www/mamweb-test/
|
|
home = /akce/mam/www/mamweb-test/
|
|
|
|
module = mamweb.wsgi
|
|
plugin = python3
|
|
virtualenv = env
|
|
master = True
|
|
vacuum = True
|
|
chmod-socket = 666
|
|
max-requests = 5000
|
|
die-on-term=true
|
|
|
|
|