You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/force_https.rst
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,4 +106,9 @@ role:
106
106
It is also possible to specify using HTTPS in the routing configuration,
107
107
see :doc:`/routing/scheme` for more details.
108
108
109
-
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.
109
+
.. note::
110
+
111
+
Forcing HTTPS while using a reverse proxy or load balancer requires a proper
112
+
configuration to avoid infinite redirect loops; see :doc:`/deployment/proxies`
0 commit comments