Move pkgdb from static fedmsg endpoints to dynamic.
This commit is contained in:
parent
689f8d7689
commit
d50c77eca8
5 changed files with 12 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue