From 5166f80efcf36885e09548ceda3bde0a4bde54d6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Jun 2021 12:46:40 -0700 Subject: [PATCH] fedocal: remove varnish config also Signed-off-by: Kevin Fenzi --- roles/varnish/templates/proxies.vcl.j2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/varnish/templates/proxies.vcl.j2 b/roles/varnish/templates/proxies.vcl.j2 index 40663b3dfa..26e27241bf 100644 --- a/roles/varnish/templates/proxies.vcl.j2 +++ b/roles/varnish/templates/proxies.vcl.j2 @@ -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/") {