Skip to content
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

Removed reference to remove HTTPS off from nginx configuration #5536

Merged
merged 1 commit into from
Jul 23, 2015

Conversation

wjzijderveld
Copy link
Contributor

Q A
Doc fix? yes
New docs? no
Applies to all
Fixed tickets #5517

As explained and confirmed in #5517 the https off flag could be causing issues, in my opinion it's better to rely on the defaults distributions give.

An alternative would be to replace the lines with HTTPS $https;, nginx will fill $https depending on current request. But I think it's less confusing if we just let the lines out of the example.

@othillo
Copy link

othillo commented Jul 16, 2015

👍

1 similar comment
@weaverryan
Copy link
Member

👍

@xabbuh
Copy link
Member

xabbuh commented Jul 23, 2015

Thank you @wjzijderveld.

@xabbuh xabbuh merged commit 3878e14 into symfony:2.3 Jul 23, 2015
xabbuh added a commit that referenced this pull request Jul 23, 2015
…ation (wjzijderveld)

This PR was merged into the 2.3 branch.

Discussion
----------

Removed reference to remove HTTPS off from nginx configuration

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | #5517

As explained and confirmed in #5517 the `https off` flag could be causing issues, in my opinion it's better to rely on the defaults distributions give.

An alternative would be to replace the lines with `HTTPS $https;`, [nginx will fill $https depending on current request](http://nginx.org/en/docs/http/ngx_http_core_module.html#var_https). But I think it's less confusing if we just let the lines out of the example.

Commits
-------

3878e14 Removed reference to remove HTTPS off from nginx configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants