diff --git a/etc/uwsgi.ini.example b/etc/uwsgi.ini.example index c5cb0897c8d0c13ba686c42bc8b3bba35f0b6262..3a135d82be442be4d809fa548b1312fce0266cb4 100644 --- a/etc/uwsgi.ini.example +++ b/etc/uwsgi.ini.example @@ -1,4 +1,5 @@ [uwsgi] +strict = true chdir = /akce/mo/osmo-test/ socket = var/osmo.sock chmod-socket = 666 @@ -12,9 +13,9 @@ log-date = %%Y-%%m-%%d %%H:%%M:%%S logformat-strftime 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 -vacuum = True +vacuum = true die-on-term = true max-requests = 10000