Update httpd bodhi conf

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-19 16:25:05 +02:00
parent 9681d7d8f5
commit 96d1f3cc41
2 changed files with 4 additions and 1 deletions

View file

@ -93,7 +93,8 @@ data:
CoreDumpDirectory /tmp
Alias /docs /usr/share/doc/bodhi-docs/html/
Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/
WSGIDaemonProcess bodhi user=bodhi group=bodhi display-name=bodhi processes=2 threads=2 maximum-requests=1000
WSGIDaemonProcess bodhi display-name=bodhi processes=2 threads=2 maximum-requests=1000 home=/httpdir
WSGIApplicationGroup %{GLOBAL}
WSGISocketPrefix run/wsgi
WSGIRestrictStdout Off
WSGIRestrictSignal Off

View file

@ -683,7 +683,9 @@ port = 6543
[pshell]
m = bodhi.server.models
#db = bodhi.server.util.pshell_db
{% if env != "staging" %}
t = transaction
{% endif %}
# Begin logging configuration