mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
fedocal: remove varnish config also
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -217,14 +217,6 @@ sub vcl_recv {
|
||||
set req.url = regsub(req.url, "\?.*", "");
|
||||
}
|
||||
}
|
||||
if (req.url ~ "^/calendar") {
|
||||
set req.backend_hint = fedocal;
|
||||
if (req.url ~ "^/calendar/static/") {
|
||||
unset req.http.cookie;
|
||||
set req.http.clear-cookies = "yes";
|
||||
set req.url = regsub(req.url, "\?.*", "");
|
||||
}
|
||||
}
|
||||
if (req.url ~ "^/nuancier") {
|
||||
set req.backend_hint = nuancier;
|
||||
if (req.url ~ "^/nuancier/static/") {
|
||||
|
||||
Reference in New Issue
Block a user