mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Remove the unused mirrormanager2 backend from varnish
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -118,11 +118,6 @@ backend paste {
|
||||
.port = "10027";
|
||||
}
|
||||
|
||||
backend mirrormanager2 {
|
||||
.host = "localhost";
|
||||
.port = "10039";
|
||||
}
|
||||
|
||||
backend koschei {
|
||||
.host = "localhost";
|
||||
.port = "10040";
|
||||
@@ -192,9 +187,6 @@ sub vcl_recv {
|
||||
set req.url = regsub(req.url, "\?.*", "");
|
||||
}
|
||||
}
|
||||
if (req.url ~ "^/mirrormanager2/") {
|
||||
set req.backend_hint = mirrormanager2;
|
||||
}
|
||||
if (req.url ~ "^/updates/") {
|
||||
set req.backend_hint = bodhi;
|
||||
if (req.url ~ "^/updates/static/") {
|
||||
|
||||
Reference in New Issue
Block a user