We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78475d2 + cfe471d commit 8019badCopy full SHA for 8019bad
doc/varnish-configuration.rst
@@ -361,10 +361,18 @@ To enable support add the following to ``your_varnish.vcl``:
361
.. code-block:: varnish4
362
363
include "path-to-config/varnish-4/fos_debug.vcl";
364
+
365
+ sub vcl_deliver {
366
+ call fos_debug_deliver;
367
+ }
368
369
.. code-block:: varnish3
370
371
include "path-to-config/varnish-3/fos_debug.vcl";
372
373
374
375
376
377
.. _ACL: https://www.varnish-cache.org/docs/4.0/users-guide/vcl-example-acls.html
378
.. _ACL for Varnish 3: https://www.varnish-cache.org/docs/3.0/tutorial/vcl.html#example-3-acls
0 commit comments