blob: 912418c68a2f2479cbc29496f5fc2db3a56a5a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>
|