From 5abfb8e3641ecf2f4965fdd12213d1a5efa5dbf9 Mon Sep 17 00:00:00 2001 From: Bram de Smidt Date: Wed, 3 Apr 2024 14:36:54 +0200 Subject: [PATCH] fix: typo in proxy docs --- deployment/proxies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/proxies.rst b/deployment/proxies.rst index 82ea4dcffab..dcef631648f 100644 --- a/deployment/proxies.rst +++ b/deployment/proxies.rst @@ -156,7 +156,7 @@ subpath/subfolder of the reverse proxy. To fix this, you need to pass the subpath/subfolder route prefix of the reverse proxy to Symfony by setting the ``X-Forwarded-Prefix`` header. The header can normally be configured in your reverse proxy configuration. Configure -``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. The ``X-Forwarded-Prefix`` is used by Symfony to prefix the base URL of request objects, which is used to generate absolute paths and URLs in Symfony applications.