ansible/roles/github2fedmsg/files/github2fedmsg.conf
2014-06-16 20:20:21 +00:00

15 lines
463 B
Text

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>