diff --git a/roles/pagure/frontend/templates/pagure.conf b/roles/pagure/frontend/templates/pagure.conf index 2988dd378e..eb688ce276 100644 --- a/roles/pagure/frontend/templates/pagure.conf +++ b/roles/pagure/frontend/templates/pagure.conf @@ -17,7 +17,7 @@ ScriptAliasMatch \ WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=4 threads=4 inactivity-timeout=300 WSGISocketPrefix run/wsgi -WSGIRestrictStdout On +#WSGIRestrictStdout On WSGIRestrictSignal Off WSGIPythonOptimize 1 WSGIPassAuthorization On