summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg/files
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-06-16 20:38:52 +0000
committerRalph Bean <rbean@redhat.com>2014-06-16 20:38:52 +0000
commitae4389b48281e78d8929a7e6c41e792fa7318784 (patch)
tree5e9b54ab8811b73580f921eb409df8c1793f682f /roles/github2fedmsg/files
parentdb643ca9286ce3922ef2131a8089660690aa3527 (diff)
downloadansible-ae4389b48281e78d8929a7e6c41e792fa7318784.tar.gz
ansible-ae4389b48281e78d8929a7e6c41e792fa7318784.tar.xz
ansible-ae4389b48281e78d8929a7e6c41e792fa7318784.zip
Just.. run as apache.
Diffstat (limited to 'roles/github2fedmsg/files')
-rw-r--r--roles/github2fedmsg/files/github2fedmsg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/github2fedmsg/files/github2fedmsg.conf b/roles/github2fedmsg/files/github2fedmsg.conf
index 7d452d075..9c450c204 100644
--- a/roles/github2fedmsg/files/github2fedmsg.conf
+++ b/roles/github2fedmsg/files/github2fedmsg.conf
@@ -1,7 +1,7 @@
Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static
Alias /pngs /usr/share/badges/pngs
-WSGIDaemonProcess github2fedmsg user=github2fedmsg group=github2fedmsg maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
+WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off