From 00e3000057f0b630fb9d85d7d6e17275d292df5c Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 14 Jun 2018 12:35:18 -0400 Subject: [PATCH 1/2] Link to proxy configuration docs from the routing scheme page See https://github.com/symfony/symfony/issues/27603 --- security/force_https.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/force_https.rst b/security/force_https.rst index f06136a5255..52d27348790 100644 --- a/security/force_https.rst +++ b/security/force_https.rst @@ -105,3 +105,5 @@ role: It is also possible to specify using HTTPS in the routing configuration, see :doc:`/routing/scheme` for more details. + +Forcing HTTPS while using a reverse proxy or load balancer may cause infinite redirect loops if Symfony is not configured properly; see :doc:`/deployment/proxies` for more details. From 861ab854d99c71bd802e34aff43871e65183ea8e Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 18 Jun 2018 09:39:19 +0200 Subject: [PATCH 2/2] Reword and added a note --- security/force_https.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/security/force_https.rst b/security/force_https.rst index 52d27348790..824de6073de 100644 --- a/security/force_https.rst +++ b/security/force_https.rst @@ -106,4 +106,9 @@ role: It is also possible to specify using HTTPS in the routing configuration, see :doc:`/routing/scheme` for more details. -Forcing HTTPS while using a reverse proxy or load balancer may cause infinite redirect loops if Symfony is not configured properly; see :doc:`/deployment/proxies` for more details. +.. note:: + + Forcing HTTPS while using a reverse proxy or load balancer requires a proper + configuration to avoid infinite redirect loops; see :doc:`/deployment/proxies` + for more details. +