Remove the unused mirrormanager2 backend from varnish
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
59924d35a4
commit
b236fdfe29
1 changed files with 0 additions and 8 deletions
|
@ -118,11 +118,6 @@ backend paste {
|
||||||
.port = "10027";
|
.port = "10027";
|
||||||
}
|
}
|
||||||
|
|
||||||
backend mirrormanager2 {
|
|
||||||
.host = "localhost";
|
|
||||||
.port = "10039";
|
|
||||||
}
|
|
||||||
|
|
||||||
backend koschei {
|
backend koschei {
|
||||||
.host = "localhost";
|
.host = "localhost";
|
||||||
.port = "10040";
|
.port = "10040";
|
||||||
|
@ -192,9 +187,6 @@ sub vcl_recv {
|
||||||
set req.url = regsub(req.url, "\?.*", "");
|
set req.url = regsub(req.url, "\?.*", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (req.url ~ "^/mirrormanager2/") {
|
|
||||||
set req.backend_hint = mirrormanager2;
|
|
||||||
}
|
|
||||||
if (req.url ~ "^/updates/") {
|
if (req.url ~ "^/updates/") {
|
||||||
set req.backend_hint = bodhi;
|
set req.backend_hint = bodhi;
|
||||||
if (req.url ~ "^/updates/static/") {
|
if (req.url ~ "^/updates/static/") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue