@@ -16,7 +16,7 @@ which IPs are allowed to issue invalidation requests. To use the provided
1616configuration fragments, this ACL has to be named ``invalidators ``. The most
1717simple ACL, valid for all Varnish versions from 3 onwards, looks as follows:
1818
19- .. code-block :: varnish4
19+ .. code-block :: varnish
2020
2121 # /etc/varnish/your_varnish.vcl
2222
@@ -59,7 +59,7 @@ To enable support add the following to ``your_varnish.vcl``:
5959
6060.. configuration-block ::
6161
62- .. code-block :: varnish4
62+ .. code-block :: varnish
6363
6464 include "path-to-config/varnish/fos_purge.vcl";
6565
@@ -100,7 +100,7 @@ To enable support, add the following to ``your_varnish.vcl``:
100100
101101.. configuration-block ::
102102
103- .. code-block :: varnish4
103+ .. code-block :: varnish
104104
105105 include "path-to-config/varnish/fos_refresh.vcl";
106106
@@ -129,7 +129,7 @@ To enable support add the following to ``your_varnish.vcl``:
129129
130130.. configuration-block ::
131131
132- .. code-block :: varnish4
132+ .. code-block :: varnish
133133
134134 include "path-to-config/varnish/fos_ban.vcl";
135135
@@ -186,7 +186,7 @@ VCL will look like this:
186186.. configuration-block ::
187187
188188 .. literalinclude :: ../resources/config/varnish/fos_ban.vcl
189- :language: varnish4
189+ :language: varnish
190190 :emphasize-lines: 17-22,49-50
191191 :linenos:
192192
@@ -210,7 +210,7 @@ To enable support add the following to ``your_varnish.vcl``:
210210
211211.. configuration-block ::
212212
213- .. code-block :: varnish4
213+ .. code-block :: varnish
214214
215215 include "path-to-config/varnish/fos_user_context.vcl";
216216 include "path-to-config/varnish/fos_user_context_url.vcl";
@@ -294,7 +294,7 @@ To make the hash request cacheable, you must extract a stable user session id
294294*before * calling ``fos_user_context_recv ``. You can do this as
295295`explained in the Varnish documentation `_:
296296
297- .. code-block :: varnish4
297+ .. code-block :: varnish
298298 :linenos:
299299
300300 sub vcl_recv {
@@ -329,7 +329,7 @@ inline C enabled: ``-p vcc_allow_inline_c=on``. Then add the following to
329329
330330.. configuration-block ::
331331
332- .. code-block :: varnish4
332+ .. code-block :: varnish
333333
334334 include "path-to-config/varnish/fos_custom_ttl.vcl";
335335
@@ -362,7 +362,7 @@ To enable support add the following to ``your_varnish.vcl``:
362362
363363.. configuration-block ::
364364
365- .. code-block :: varnish4
365+ .. code-block :: varnish
366366
367367 include "path-to-config/varnish/fos_debug.vcl";
368368
0 commit comments