Skip to content

Link to proxy configuration docs from the routing scheme page #9924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reword and added a note
  • Loading branch information
javiereguiluz authored Jun 18, 2018
commit 861ab854d99c71bd802e34aff43871e65183ea8e
7 changes: 6 additions & 1 deletion security/force_https.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"redirection loops"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chrome uses "redirect loop" in its error message:

image

for more details.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this blank line should be removed, but we can do that while merging