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.
2 parents 68b03da + e96680c commit 62e1792Copy full SHA for 62e1792
deployment/proxies.rst
@@ -156,7 +156,7 @@ subpath/subfolder of the reverse proxy.
156
To fix this, you need to pass the subpath/subfolder route prefix of the reverse
157
proxy to Symfony by setting the ``X-Forwarded-Prefix`` header. The header can
158
normally be configured in your reverse proxy configuration. Configure
159
-``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.
160
161
The ``X-Forwarded-Prefix`` is used by Symfony to prefix the base URL of request
162
objects, which is used to generate absolute paths and URLs in Symfony applications.
0 commit comments