File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Somewhere in the top there will be a section that looks a bit like this.::
2121 # .port = "8080";
2222 # }
2323
24- We remove the comment markings in this text stanza making the it look like.::
24+ We remove the comment markings in this code block making it look like.::
2525
2626 backend default {
2727 .host = "127.0.0.1";
@@ -141,7 +141,7 @@ You can have something like this::
141141Note that the first regular expressions will match "foo.com",
142142"www.foo.com", "zoop.foo.com" and any other host ending in "foo.com". In
143143this example this is intentional but you might want it to be a bit
144- more tight, maybe relying on the ``== `` operator in stead , like this::
144+ more tight, maybe relying on the ``== `` operator instead , like this::
145145
146146 sub vcl_recv {
147147 if (req.http.host == "foo.com" || req.http.host == "www.foo.com") {
You can’t perform that action at this time.
0 commit comments