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

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

wants to merge 2 commits into from

Conversation

colinodell
Copy link
Contributor

This should help developers avoid infinite redirect loops.

See symfony/symfony#27603

@colinodell colinodell changed the base branch from master to 2.7 June 14, 2018 20:03
Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

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

@colinodell I like your contribution, but I reworded it slightly to make it look less like a Symfony problem and more like a user/config problem. Thanks!

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.

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

@xabbuh xabbuh added this to the 2.8 milestone Jun 18, 2018
.. 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

@colinodell
Copy link
Contributor Author

Thanks @javiereguiluz! 👍

@javiereguiluz
Copy link
Member

Thanks Colin! This is now merged (in 2.8, which is now the oldest maintained branch)

javiereguiluz added a commit that referenced this pull request Jun 18, 2018
…page (colinodell, javiereguiluz)

This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #9924).

Discussion
----------

Link to proxy configuration docs from the routing scheme page

This should help developers avoid infinite redirect loops.

See symfony/symfony#27603

Commits
-------

671e13c Reword and added a note
c717e75 Link to proxy configuration docs from the routing scheme page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants