Adjust mailman wsgi and proxy timeouts for mailman
This commit is contained in:
parent
ee978d80c1
commit
ef951a49fa
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Alias /static {{ mailman_webui_basedir }}/static
|
|||
#CustomLog /var/log/httpd/webui_access.log combined
|
||||
|
||||
WSGIScriptAlias / {{ mailman_webui_confdir }}/webui.wsgi
|
||||
WSGIDaemonProcess webui display-name=webui maximum-requests=100 processes=4 threads=10
|
||||
WSGIDaemonProcess webui display-name=webui maximum-requests=1000 processes=4 threads=10
|
||||
WSGISocketPrefix run/wsgi
|
||||
WSGIRestrictStdout On
|
||||
WSGIRestrictSignal Off
|
||||
|
|
|
@ -22,7 +22,7 @@ backend pkgdb {
|
|||
backend mailman {
|
||||
.host = "mailman01";
|
||||
.port = "http";
|
||||
.first_byte_timeout = 120s;
|
||||
.first_byte_timeout = 180s;
|
||||
.probe = {
|
||||
.url = "/";
|
||||
.interval = 5s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue