Skip to content

Commit

Permalink
Removed some dead code in Varnish config used during debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Jul 22, 2024
1 parent 22ce5c9 commit 15552cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/default.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ backend default {
}

sub vcl_recv {
set req.backend_hint = vdir.backend();

if (req.http.Cookie) {
set req.http.Cookie = ";" + req.http.Cookie;
set req.http.Cookie = regsuball(req.http.Cookie, "; +", ";");
Expand Down

0 comments on commit 15552cc

Please sign in to comment.