File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Purge removes a specific URL (including query strings) in all its variants (as s
49
49
.. literalinclude :: ../tests/Functional/Fixtures/varnish-3/purge.vcl
50
50
:language: varnish3
51
51
:linenos:
52
-
52
+
53
53
Refresh
54
54
~~~~~~~
55
55
@@ -94,9 +94,9 @@ Add the following to your Varnish configuration to enable :ref:`cache tagging <t
94
94
95
95
The custom ``X-Cache-Tags `` header should match the tagging header
96
96
:ref: `configured in the cache invalidator <custom_tags_header >`.
97
-
97
+
98
98
.. configuration-block ::
99
-
99
+
100
100
.. literalinclude :: ../tests/Functional/Fixtures/varnish-4/ban.vcl
101
101
:language: varnish4
102
102
:emphasize-lines: 8-13
@@ -119,12 +119,12 @@ to the ``recv`` and the ``deliver`` methods:
119
119
120
120
.. literalinclude :: ../tests/Functional/Fixtures/varnish-4/user_context.vcl
121
121
:language: varnish4
122
- :lines: 3-27, 31 -
122
+ :lines: 3-29, 33 -
123
123
:linenos:
124
124
125
125
.. literalinclude :: ../tests/Functional/Fixtures/varnish-3/user_context.vcl
126
126
:language: varnish3
127
- :lines: 1-27, 31 -
127
+ :lines: 1-28, 32 -
128
128
:linenos:
129
129
130
130
.. sidebar :: Caching User Specific Content
You can’t perform that action at this time.
0 commit comments