Skip to content

Commit ac13f6e

Browse files
committed
Minor tweak
1 parent 7f73b1d commit ac13f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_cache/ssi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The profile index page has not public caching, but the GDPR block has
117117
{# you can use a controller reference #}
118118
{{ render_ssi(controller('App\\Controller\\ProfileController::gdpr')) }}
119119
120-
{# ... or a path #}
120+
{# ... or a path (in server's SSI configuration is common to use relative paths instead of absolute URLs) #}
121121
{{ render_ssi(path('profile_gdpr')) }}
122122
123123
The ``render_ssi`` twig helper will generate something like:

0 commit comments

Comments
 (0)