Skip to content

Commit e96680c

Browse files
committed
minor
1 parent dda1b38 commit e96680c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/proxies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ subpath/subfolder of the reverse proxy.
169169
To fix this, you need to pass the subpath/subfolder route prefix of the reverse
170170
proxy to Symfony by setting the ``X-Forwarded-Prefix`` header. The header can
171171
normally be configured in your reverse proxy configuration. Configure
172-
``X-Forwared-Prefix`` as trusted header to be able to use this feature.
172+
``X-Forwarded-Prefix`` as trusted header to be able to use this feature.
173173

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

0 commit comments

Comments
 (0)