diff --git a/roles/bodhi/base/files/bodhi-app.conf b/roles/bodhi/base/files/bodhi-app.conf index a62363aa1d..3e10a59221 100644 --- a/roles/bodhi/base/files/bodhi-app.conf +++ b/roles/bodhi/base/files/bodhi-app.conf @@ -3,7 +3,7 @@ Alias /updates/static /usr/share/bodhi/static WSGISocketPrefix run/wsgi WSGIRestrictSignal Off -WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi maximum-requests=1000 processes=4 threads=1 +WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes=4 threads=1 WSGIPythonOptimize 1 WSGIScriptAlias /updates /usr/share/bodhi/bodhi.wsgi/updates