From 0458fc105b587331af7b9288f11c9562b3bb2852 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 16 Jun 2014 20:20:21 +0000 Subject: Start of a github2fedmsg role. --- roles/github2fedmsg/files/github2fedmsg.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 roles/github2fedmsg/files/github2fedmsg.conf (limited to 'roles/github2fedmsg/files/github2fedmsg.conf') 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 + + + WSGIProcessGroup github2fedmsg + + -- cgit