8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda1b38 commit e96680cCopy full SHA for e96680c
deployment/proxies.rst
@@ -169,7 +169,7 @@ subpath/subfolder of the reverse proxy.
169
To fix this, you need to pass the subpath/subfolder route prefix of the reverse
170
proxy to Symfony by setting the ``X-Forwarded-Prefix`` header. The header can
171
normally be configured in your reverse proxy configuration. Configure
172
-``X-Forwared-Prefix`` as trusted header to be able to use this feature.
+``X-Forwarded-Prefix`` as trusted header to be able to use this feature.
173
174
The ``X-Forwarded-Prefix`` is used by Symfony to prefix the base URL of request
175
objects, which is used to generate absolute paths and URLs in Symfony applications.
0 commit comments