mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Update httpd bodhi conf
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user