Skip to content

Commit 64fdcd5

Browse files
TomiSweaverryan
authored andcommitted
Try to fix intendation
1 parent c096852 commit 64fdcd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cookbook/cache/varnish.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ To ensure Symfony Router generates urls correctly with Varnish, proper ```X-Forw
183183
.. code-block:: text
184184
185185
sub vcl_recv {
186-
if (req.http.X-Forwarded-Proto == "https" ) {
187-
set req.http.X-Forwarded-Port = "443";
188-
} else {
189-
set req.http.X-Forwarded-Port = "80";
190-
}
191-
}
186+
if (req.http.X-Forwarded-Proto == "https" ) {
187+
set req.http.X-Forwarded-Port = "443";
188+
} else {
189+
set req.http.X-Forwarded-Port = "80"
190+
}
191+
}
192192
193193
.. note::
194194

0 commit comments

Comments
 (0)