Update httpd bodhi conf
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9681d7d8f5
commit
96d1f3cc41
2 changed files with 4 additions and 1 deletions
|
@ -93,7 +93,8 @@ data:
|
||||||
CoreDumpDirectory /tmp
|
CoreDumpDirectory /tmp
|
||||||
Alias /docs /usr/share/doc/bodhi-docs/html/
|
Alias /docs /usr/share/doc/bodhi-docs/html/
|
||||||
Alias /static /usr/lib/python2.7/site-packages/bodhi/server/static/
|
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
|
WSGISocketPrefix run/wsgi
|
||||||
WSGIRestrictStdout Off
|
WSGIRestrictStdout Off
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
|
|
|
@ -683,7 +683,9 @@ port = 6543
|
||||||
[pshell]
|
[pshell]
|
||||||
m = bodhi.server.models
|
m = bodhi.server.models
|
||||||
#db = bodhi.server.util.pshell_db
|
#db = bodhi.server.util.pshell_db
|
||||||
|
{% if env != "staging" %}
|
||||||
t = transaction
|
t = transaction
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Begin logging configuration
|
# Begin logging configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue