This is a simple little tweak that fixes pagure saying:

"Contact root@localhost" when it emits a 500 error. 

This would fix ticket: 
https://pagure.io/fedora-infrastructure/issue/5906

+1s?

kevin
--
diff --git a/roles/pagure/frontend/templates/0_pagure.conf
b/roles/pagure/frontend/templates/0_pagure.conf
index 6350c5f..a7b7e70 100644
--- a/roles/pagure/frontend/templates/0_pagure.conf
+++ b/roles/pagure/frontend/templates/0_pagure.conf
@@ -61,6 +61,8 @@ WSGIDaemonProcess paguredocs user=git group=git
maximum-requests=1000 display-na
 
   WSGIScriptAlias / /var/www/pagure.wsgi
 
+  ServerAdmin [email protected]
+
   SSLEngine on
   SSLProtocol all -SSLv2 -SSLv3
   # Use secure TLSv1.1 and TLSv1.2 ciphers

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to