Skip to content

Commit 8019bad

Browse files
committed
Merge pull request #243 from Nyholm/patch-1
Added code block for the fos_debug_deliver
2 parents 78475d2 + cfe471d commit 8019bad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/varnish-configuration.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,18 @@ To enable support add the following to ``your_varnish.vcl``:
361361
.. code-block:: varnish4
362362
363363
include "path-to-config/varnish-4/fos_debug.vcl";
364+
365+
sub vcl_deliver {
366+
call fos_debug_deliver;
367+
}
364368
365369
.. code-block:: varnish3
366370
367371
include "path-to-config/varnish-3/fos_debug.vcl";
372+
373+
sub vcl_deliver {
374+
call fos_debug_deliver;
375+
}
368376
369377
.. _ACL: https://www.varnish-cache.org/docs/4.0/users-guide/vcl-example-acls.html
370378
.. _ACL for Varnish 3: https://www.varnish-cache.org/docs/3.0/tutorial/vcl.html#example-3-acls

0 commit comments

Comments
 (0)