summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg/files/github2fedmsg.conf
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-06-16 20:20:21 +0000
committerRalph Bean <rbean@redhat.com>2014-06-16 20:20:21 +0000
commit0458fc105b587331af7b9288f11c9562b3bb2852 (patch)
treed03653f2cc11373be533b360abd2b8bd210f8687 /roles/github2fedmsg/files/github2fedmsg.conf
parent20b6ff52b15aaabc303c26e7ac1c64621dc2fe36 (diff)
downloadansible-0458fc105b587331af7b9288f11c9562b3bb2852.tar.gz
ansible-0458fc105b587331af7b9288f11c9562b3bb2852.tar.xz
ansible-0458fc105b587331af7b9288f11c9562b3bb2852.zip
Start of a github2fedmsg role.
Diffstat (limited to 'roles/github2fedmsg/files/github2fedmsg.conf')
-rw-r--r--roles/github2fedmsg/files/github2fedmsg.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/github2fedmsg/files/github2fedmsg.conf b/roles/github2fedmsg/files/github2fedmsg.conf
new file mode 100644
index 000000000..7d452d075
--- /dev/null
+++ b/roles/github2fedmsg/files/github2fedmsg.conf
@@ -0,0 +1,15 @@
+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
+WSGISocketPrefix run/wsgi
+WSGIRestrictStdout On
+WSGIRestrictSignal Off
+WSGIPythonOptimize 1
+
+WSGIScriptAlias / /usr/share/github2fedmsg/github2fedmsg.wsgi
+
+<Location />
+ WSGIProcessGroup github2fedmsg
+</Location>
+