Skip to content

Commit 6cb0ab0

Browse files
committed
Removed trailing whitespaces
1 parent 3b0072f commit 6cb0ab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/proxies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ used to generate absolute paths and URLs in Symfony applications. Without the he
174174
based on the configuration of the web server running Symfony, which leads to incorrect pathes/URLs, when the application
175175
is served under a subpath by a reverse proxy.
176176

177-
For example if your symfony application is directly served under an URL like ``https://symfony.tld/``
177+
For example if your symfony application is directly served under an URL like ``https://symfony.tld/``
178178
and you would like to use a reverse proxy to serve the application under ``https://public.tld/app/``, you would need
179179
to set the ``X-Forwarded-Prefix`` header to ``/app/`` in your reverse proxy configuration.
180-
Without the header, Symfony would generate URLs based on its servers base URL (e.g. ``/my/route``) instead of the correct
180+
Without the header, Symfony would generate URLs based on its servers base URL (e.g. ``/my/route``) instead of the correct
181181
``/app/my/route``, which is required to access the route via the reverse proxy.
182182

183183
The header can be different for each reverse proxy, so that access via different reverse proxies served under different

0 commit comments

Comments
 (0)