Skip to content

Commit 34b1600

Browse files
committed
fix which lines to exclude
1 parent f76600d commit 34b1600

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/varnish-configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Purge removes a specific URL (including query strings) in all its variants (as s
4949
.. literalinclude:: ../tests/Functional/Fixtures/varnish-3/purge.vcl
5050
:language: varnish3
5151
:linenos:
52-
52+
5353
Refresh
5454
~~~~~~~
5555

@@ -94,9 +94,9 @@ Add the following to your Varnish configuration to enable :ref:`cache tagging <t
9494

9595
The custom ``X-Cache-Tags`` header should match the tagging header
9696
:ref:`configured in the cache invalidator <custom_tags_header>`.
97-
97+
9898
.. configuration-block::
99-
99+
100100
.. literalinclude:: ../tests/Functional/Fixtures/varnish-4/ban.vcl
101101
:language: varnish4
102102
:emphasize-lines: 8-13
@@ -119,12 +119,12 @@ to the ``recv`` and the ``deliver`` methods:
119119

120120
.. literalinclude:: ../tests/Functional/Fixtures/varnish-4/user_context.vcl
121121
:language: varnish4
122-
:lines: 3-27, 31-
122+
:lines: 3-29, 33-
123123
:linenos:
124124

125125
.. literalinclude:: ../tests/Functional/Fixtures/varnish-3/user_context.vcl
126126
:language: varnish3
127-
:lines: 1-27, 31-
127+
:lines: 1-28, 32-
128128
:linenos:
129129

130130
.. sidebar:: Caching User Specific Content

0 commit comments

Comments
 (0)