[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:
parent
107b9d5991
commit
9bc7448cb3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue