Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Commit10cb3ed
committed
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 |#5517As 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 configuration1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
273 | 272 | | |
274 | 273 | | |
275 | 274 | | |
276 | 275 | | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
280 | | - | |
281 | 279 | | |
282 | 280 | | |
283 | 281 | | |
| |||
0 commit comments
Comments
(0)