[varnish] Fix the lists.fedoraproject.org
The lists are now returning 302 instead of 301. I forgot to change that in varnish. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
61330941e4
commit
80366bda57
1 changed files with 0 additions and 4 deletions
|
@ -21,11 +21,7 @@ backend mailman {
|
|||
.url = "/";
|
||||
.interval = 5s;
|
||||
.timeout = 5s;
|
||||
{% if env != 'staging' %}
|
||||
.expected_response = 301;
|
||||
{% else %}
|
||||
.expected_response = 302;
|
||||
{% endif %}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue