File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
tests/Functional/Fixtures Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ Add the following to your Varnish configuration to enable :ref:`cache tagging <t
99
99
100
100
.. literalinclude :: ../tests/Functional/Fixtures/varnish-4/ban.vcl
101
101
:language: varnish4
102
- :emphasize-lines: 8-13
102
+ :emphasize-lines: 8-13,39
103
103
:linenos:
104
104
105
105
.. literalinclude :: ../tests/Functional/Fixtures/varnish-3/ban.vcl
106
106
:language: varnish3
107
- :emphasize-lines: 8-13
107
+ :emphasize-lines: 8-13,39
108
108
:linenos:
109
109
110
110
.. _varnish user context :
Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ sub vcl_deliver {
36
36
# Remove ban-lurker friendly custom headers when delivering to client
37
37
unset resp.http.X-Url ;
38
38
unset resp.http.X-Host ;
39
+ unset resp.http.X-Cache-Tags ;
39
40
}
40
41
}
Original file line number Diff line number Diff line change @@ -35,5 +35,6 @@ sub vcl_deliver {
35
35
# Remove ban-lurker friendly custom headers when delivering to client
36
36
unset resp.http.X-Url ;
37
37
unset resp.http.X-Host ;
38
+ unset resp.http.X-Cache-Tags ;
38
39
}
39
40
}
You can’t perform that action at this time.
0 commit comments