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-03-03 18:49:08 +0000
committerGitHub <noreply@github.com>2021-03-03 18:49:08 +0000
commit4db07f9aefbd2b93df8f8b5c5153183ea1539b32 (patch)
tree6c2da2d1d478ef9d6b96b0508e6b8934a083bfbc /changelog.d
parentFix 'rejected_events_metadata' background update (#9537) (diff)
downloadsynapse-4db07f9aefbd2b93df8f8b5c5153183ea1539b32.tar.xz
Set X-Forwarded-Proto header when frontend-proxy proxies a request (#9539)
Should fix some remaining warnings
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9539.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9539.feature b/changelog.d/9539.feature
new file mode 100644
index 0000000000..06cfd5d199
--- /dev/null
+++ b/changelog.d/9539.feature
@@ -0,0 +1 @@
+Add support for `X-Forwarded-Proto` header when using a reverse proxy.