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
Copy file name to clipboardExpand all lines: CHANGES.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,10 @@
42
42
43
43
- added a configuration variable `BIRDHOUSE_HTTP_ONLY` which is not set by default. If set to `True` the `proxy` component will only serve content over `http` (not `https`).
44
44
- added the following configuration variables. These should not be set directly unless you really know what you're doing:
45
-
-`BIRDHOUSE_PROXY_SCHEME`: default is `http` if`BIRDHOUSE_HTTP_ONLY` is `True`, otherwise `https`
46
-
-`PROXY_INCLUDE_HTTPS`: default is unset if `BIRDHOUSE_HTTP_ONLY` is `True`, otherwise `include /etc/nginx/conf.d/https.include;`
45
+
-`BIRDHOUSE_PROXY_SCHEME`: default remains `https`. If`BIRDHOUSE_HTTP_ONLY` is `True` then the default becomes `http`
46
+
-`PROXY_INCLUDE_HTTPS`: default remains `include /etc/nginx/conf.d/https.include;`. If `BIRDHOUSE_HTTP_ONLY` is `True`, the default is that the variable is unset.
47
47
- changed the default values for the following configuration variables:
48
-
-`BIRDHOUSE_ALLOW_UNSECURE_HTTP`: default is now `True` if`BIRDHOUSE_HTTP_ONLY` is `True`
48
+
-`BIRDHOUSE_ALLOW_UNSECURE_HTTP`: default remains `""`. If`BIRDHOUSE_HTTP_ONLY` is `True` then the default becomes `True`.
49
49
- logs are written to stderr by default. Previously they were written to stdout.
50
50
- this allows us to call scripts and programmatically use their outputs. Previously log entries would need to be
51
51
manually filtered out before program outputs could be used.
0 commit comments