[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:
Michal Konecny 2024-06-27 16:29:22 +02:00
parent 61330941e4
commit 80366bda57

View file

@ -21,11 +21,7 @@ backend mailman {
.url = "/";
.interval = 5s;
.timeout = 5s;
{% if env != 'staging' %}
.expected_response = 301;
{% else %}
.expected_response = 302;
{% endif %}
}
}