fedocal: remove varnish config also
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d57f6e383d
commit
5166f80efc
1 changed files with 0 additions and 8 deletions
|
@ -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/") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue