summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg/templates/github2fedmsg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/github2fedmsg/templates/github2fedmsg.conf')
-rw-r--r--roles/github2fedmsg/templates/github2fedmsg.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/github2fedmsg/templates/github2fedmsg.conf b/roles/github2fedmsg/templates/github2fedmsg.conf
new file mode 100644
index 000000000..912418c68
--- /dev/null
+++ b/roles/github2fedmsg/templates/github2fedmsg.conf
@@ -0,0 +1,16 @@
+Alias /static /usr/lib/python2.7/site-packages/github2fedmsg/static
+Alias /pngs /usr/share/badges/pngs
+
+WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes={{wsgi_procs}} threads={{wsgi_threads}}
+WSGISocketPrefix run/wsgi
+WSGIRestrictStdout On
+WSGIRestrictSignal Off
+WSGIPythonOptimize 1
+
+WSGIScriptAlias / /usr/share/github2fedmsg/github2fedmsg.wsgi
+
+<Location />
+ WSGIProcessGroup github2fedmsg
+ Require all granted
+</Location>
+