diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-26 13:24:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-26 13:24:54 +0000 |
commit | e53f11bd62b3fbf5ae3def707998235e63e82afa (patch) | |
tree | aa45c7dcaa9d0d0db3201a347744ef7c1fa20521 /changelog.d/9501.feature | |
parent | Test that we require validated email for email pushers (#9496) (diff) | |
download | synapse-e53f11bd62b3fbf5ae3def707998235e63e82afa.tar.xz |
Call out the need for an X-Forwarded-Proto in the upgrade notes (#9501)
Diffstat (limited to '')
-rw-r--r-- | changelog.d/9501.feature | 1 |
1 files changed, 1 insertions, 0 deletions
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. |