Skip to content

Commit 891fd6d

Browse files
jbtronicsdbu
andauthored
Use better formulation
Co-authored-by: David Buchmann <[email protected]>
1 parent 6cb0ab0 commit 891fd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/proxies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you configure the reverse proxy in such a way that the Symfony application is
166166
mapped in a subpath / subfolder instead of the root path of the web host, you will need to
167167
pass the prefix to Symfony by setting the ``X-Forwarded-Prefix`` header.
168168
This is required for Symfony to generate the correct URLs. The header can normally be configured
169-
in your reverse proxy configuration. Be sure that ``X-Forwared-Prefix`` is configured as trusted header, if
169+
in your reverse proxy configuration. Configure ``X-Forwared-Prefix`` as trusted header to be able to use this feature.
170170
you want to use this feature.
171171

172172
The ``X-Forwarded-Prefix`` is used by Symfony to prefix the base URL of request objects, which is

0 commit comments

Comments
 (0)