mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-21 04:27:25 +08:00
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
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>
|
|
|