Skip to content

Commit

Permalink
Merge pull request #13 from TheColvinCo/varnish-token
Browse files Browse the repository at this point in the history
remove invalidators
  • Loading branch information
jlopezxs authored Mar 24, 2021
2 parents 11119a5 + f466121 commit 3e3dfa3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions varnish/conf/default.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ backend default {
.port = "80";
}

# Hosts allowed to send BAN requests
acl invalidators {
"localhost";
# local Docker/Kubernetes network
"10.0.0.0"/8;
"172.16.0.0"/12;
"192.168.0.0"/16;
}

sub vcl_recv {
# Remove the "Forwarded" HTTP header if exists (security)
unset req.http.forwarded;
Expand Down

0 comments on commit 3e3dfa3

Please sign in to comment.