set serveradmin for pagure so it does not say root@localhost anymore on errors

This commit is contained in:
Kevin Fenzi 2017-03-17 23:25:12 +00:00
parent 9fd11ac016
commit 56fbc214d9

View file

@ -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