File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ If you configure the reverse proxy in such a way that the Symfony application is
166
166
mapped in a subpath / subfolder instead of the root path of the web host, you will need to
167
167
pass the prefix to Symfony by setting the ``X-Forwarded-Prefix `` header.
168
168
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.
170
170
you want to use this feature.
171
171
172
172
The ``X-Forwarded-Prefix `` is used by Symfony to prefix the base URL of request objects, which is
You can’t perform that action at this time.
0 commit comments