summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg/files/github2fedmsg.conf
blob: 9c450c204a3f0a14a70d12fa5e1e17be8fd42271 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static
Alias /pngs /usr/share/badges/pngs

WSGIDaemonProcess github2fedmsg user=apache group=apache 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>