summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-02-26 13:24:54 +0000
committerGitHub <noreply@github.com>2021-02-26 13:24:54 +0000
commite53f11bd62b3fbf5ae3def707998235e63e82afa (patch)
treeaa45c7dcaa9d0d0db3201a347744ef7c1fa20521 /changelog.d
parentTest that we require validated email for email pushers (#9496) (diff)
downloadsynapse-e53f11bd62b3fbf5ae3def707998235e63e82afa.tar.xz
Call out the need for an X-Forwarded-Proto in the upgrade notes (#9501)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9472.feature2
-rw-r--r--changelog.d/9501.feature1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9472.feature b/changelog.d/9472.feature
index 2ea14e2d62..06cfd5d199 100644
--- a/changelog.d/9472.feature
+++ b/changelog.d/9472.feature
@@ -1 +1 @@
-Add support for `X-Forwarded-Proto` header when using a reverse proxy. Administrators using a reverse proxy should ensure this header is set to avoid warnings. See [docs/workers.md](docs/workers.md) for example configurations.
+Add support for `X-Forwarded-Proto` header when using a reverse proxy.
diff --git a/changelog.d/9501.feature b/changelog.d/9501.feature
new file mode 100644
index 0000000000..06cfd5d199
--- /dev/null
+++ b/changelog.d/9501.feature
@@ -0,0 +1 @@
+Add support for `X-Forwarded-Proto` header when using a reverse proxy.