Skip to content
Snippets Groups Projects
Commit 0170bbaf authored by Martin Mareš's avatar Martin Mareš
Browse files

Úklid v ukázkové konfiguraci UWSGI

Především zapínáme striktní mód, ve kterém si UWSGI stěžuje
na neznámá nastavítka.
parent 9d85b9ee
No related branches found
No related tags found
No related merge requests found
[uwsgi] [uwsgi]
strict = true
chdir = /akce/mo/osmo-test/ chdir = /akce/mo/osmo-test/
socket = var/osmo.sock socket = var/osmo.sock
chmod-socket = 666 chmod-socket = 666
...@@ -12,9 +13,9 @@ log-date = %%Y-%%m-%%d %%H:%%M:%%S ...@@ -12,9 +13,9 @@ log-date = %%Y-%%m-%%d %%H:%%M:%%S
logformat-strftime logformat-strftime
log-format = %(ftime) %(addr) %(method) "%(uri)" %(proto) %(status) t=%(msecs) rxb=%(cl) txb=%(rsize) pid=%(pid) user=%(osmo_uid) log-format = %(ftime) %(addr) %(method) "%(uri)" %(proto) %(status) t=%(msecs) rxb=%(cl) txb=%(rsize) pid=%(pid) user=%(osmo_uid)
master = True master = true
processes = 2 processes = 2
vacuum = True vacuum = true
die-on-term = true die-on-term = true
max-requests = 10000 max-requests = 10000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment