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>2019-02-11 12:50:30 +0000
committerGitHub <noreply@github.com>2019-02-11 12:50:30 +0000
commit24b7f3916d514f570985b6ebc3936938bb5adf45 (patch)
tree5728877e172ecab8808cd5a3da4ca33c16406cc7 /changelog.d
parentClarifications for reverse proxy docs (#4607) (diff)
downloadsynapse-24b7f3916d514f570985b6ebc3936938bb5adf45.tar.xz
Clean up default listener configuration (#4586)
Rearrange the comments to try to clarify them, and expand on what some of it
means.

Use a sensible default 'bind_addresses' setting.

For the insecure port, only bind to localhost, and enable x_forwarded, since
apparently it's for use behind a load-balancer.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4586.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4586.misc b/changelog.d/4586.misc
new file mode 100644
index 0000000000..37af371ccf
--- /dev/null
+++ b/changelog.d/4586.misc
@@ -0,0 +1 @@
+Clean up default listener configuration