Fix koschei url
This commit is contained in:
parent
57117196cc
commit
f4cce884f3
1 changed files with 2 additions and 2 deletions
|
@ -251,9 +251,9 @@ sub vcl_recv {
|
||||||
set req.url = regsub(req.url, "\?.*", "");
|
set req.url = regsub(req.url, "\?.*", "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (req.http.X-Forwarded-Server ~ "^koschei.fedoraproject.org") {
|
if (req.url ~ "^/koschei") {
|
||||||
set req.backend_hint = koschei;
|
set req.backend_hint = koschei;
|
||||||
if (req.url ~ "^/static/") {
|
if (req.url ~ "^/koschei/static/") {
|
||||||
unset req.http.cookie;
|
unset req.http.cookie;
|
||||||
set req.url = regsub(req.url, "\?.*", "");
|
set req.url = regsub(req.url, "\?.*", "");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue