Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #5536 Removed reference to remove HTTPS off from nginx configur…
…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
- Loading branch information