mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Fix koschei url
This commit is contained in:
@@ -251,9 +251,9 @@ sub vcl_recv {
|
||||
set req.url = regsub(req.url, "\?.*", "");
|
||||
}
|
||||
}
|
||||
if (req.http.X-Forwarded-Server ~ "^koschei.fedoraproject.org") {
|
||||
if (req.url ~ "^/koschei") {
|
||||
set req.backend_hint = koschei;
|
||||
if (req.url ~ "^/static/") {
|
||||
if (req.url ~ "^/koschei/static/") {
|
||||
unset req.http.cookie;
|
||||
set req.url = regsub(req.url, "\?.*", "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user