[mailman] Increase HTTP proxy timeout

The timeout is already set in gunicorn, so let's set the HTTP proxy to higher one.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-11-01 11:17:03 +01:00
parent 107b9d5991
commit 9bc7448cb3

View file

@ -7,6 +7,9 @@ Header always set X-Content-Type-Options "nosniff"
Header always set Referrer-Policy "same-origin"
RequestHeader set X-Forwarded-Proto 'https' env=HTTPS
# The timeout should happen on gunicorn side, HTTP proxy should just wait
Timeout 3600
Alias /favicon.ico {{ mailman_webui_basedir }}/static/favicon.ico
Alias /robots.txt {{ mailman_webui_basedir }}/static/robots.txt
Alias /static {{ mailman_webui_basedir }}/static