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
minor #5536 Removed reference to remove HTTPS off from nginx configuration (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
0 commit comments