Move pkgdb from static fedmsg endpoints to dynamic.

This commit is contained in:
Ralph Bean 2015-06-30 16:04:37 +00:00
parent 689f8d7689
commit d50c77eca8
5 changed files with 12 additions and 32 deletions

View file

@ -1,7 +1,7 @@
Alias /pkgdb/static /usr/lib/python2.7/site-packages/pkgdb2/static/
WSGIDaemonProcess pkgdb user=apache maximum-requests=1000 display-name=pkgdb processes=4 threads=4
WSGIDaemonProcess pkgdb user=apache maximum-requests=1000 display-name=pkgdb processes={{ wsgi_procs }} threads={{ wsgi_threads }}
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off