From 03dd049529165b295a14f7e402f1e10526dd3102 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sun, 14 Jun 2015 09:56:09 +0200 Subject: [PATCH] Let's allow pring statements for now in pagure --- roles/pagure/frontend/templates/pagure.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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