mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Adjust mailman wsgi and proxy timeouts for mailman
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user