File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ Routing and X-FORWARDED Headers
25
25
-------------------------------
26
26
27
27
To ensure that the Symfony Router generates URLs correctly with Varnish,
28
- a ``X-Forwarded-Port `` header must be present for Symfony to use the
28
+ an ``X-Forwarded-Port `` header must be present for Symfony to use the
29
29
correct port number.
30
30
31
- This port depends on your setup. Lets say that external connections come in
31
+ This port depends on your setup. Let's say that external connections come in
32
32
on the default HTTP port 80. For HTTPS connections, there is another proxy
33
33
(as Varnish does not do HTTPS itself) on the default HTTPS port 443 that
34
34
handles the SSL termination and forwards the requests as HTTP requests to
35
- Varnish with a ``X-Forwarded-Proto `` header. In this case, you need to add
35
+ Varnish with an ``X-Forwarded-Proto `` header. In this case, you need to add
36
36
the following configuration snippet:
37
37
38
38
.. code-block :: varnish4
@@ -143,7 +143,7 @@ Symfony adds automatically:
143
143
.. tip ::
144
144
145
145
If you followed the advice about ensuring a consistent caching
146
- behaviour, those vcl functions already exist. Just append the code
146
+ behaviour, those VCL functions already exist. Just append the code
147
147
to the end of the function, they won't interfere with each other.
148
148
149
149
.. index ::
You can’t perform that action at this time.
0 commit comments