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 all commits
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
7 changes: 7 additions & 0 deletions security/force_https.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,10 @@ role:

It is also possible to specify using HTTPS in the routing configuration,
see :doc:`/routing/scheme` 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