From 56fbc214d9b7fb3d126cc294a657a4af8a86a8a5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Mar 2017 23:25:12 +0000 Subject: [PATCH] set serveradmin for pagure so it does not say root@localhost anymore on errors --- roles/pagure/frontend/templates/0_pagure.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pagure/frontend/templates/0_pagure.conf b/roles/pagure/frontend/templates/0_pagure.conf index 6350c5fdb3..a7b7e70a58 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 admin@fedoraproject.org + SSLEngine on SSLProtocol all -SSLv2 -SSLv3 # Use secure TLSv1.1 and TLSv1.2 ciphers