Skip to content

Commit 0d56417

Browse files
committed
minor #19733 fix: typo in reverse proxy docs (Bramw2003)
This PR was merged into the 7.0 branch. Discussion ---------- fix: typo in reverse proxy docs There was a typo in one of the `X-Forwarded-Prefix` mentions. Exactly the one I copied so was stuck on the header not working 😅 Commits ------- 5abfb8e fix: typo in proxy docs
2 parents 702840f + 5abfb8e commit 0d56417

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)