Skip to content

Commit 62e1792

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: minor
2 parents 68b03da + e96680c commit 62e1792

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
@@ -156,7 +156,7 @@ subpath/subfolder of the reverse proxy.
156156
To fix this, you need to pass the subpath/subfolder route prefix of the reverse
157157
proxy to Symfony by setting the ``X-Forwarded-Prefix`` header. The header can
158158
normally be configured in your reverse proxy configuration. Configure
159-
``X-Forwared-Prefix`` as trusted header to be able to use this feature.
159+
``X-Forwarded-Prefix`` as trusted header to be able to use this feature.
160160

161161
The ``X-Forwarded-Prefix`` is used by Symfony to prefix the base URL of request
162162
objects, which is used to generate absolute paths and URLs in Symfony applications.

0 commit comments

Comments
 (0)