summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-12-18 22:01:34 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-12-18 22:01:34 +0100
commit1859af9b2a904b560e7260d38147d80e72137c28 (patch)
tree0c3e8974e36bb0753e2582b0819497754bb22f2d /README.rst
parentMake default homeserver config use bind_addresses (diff)
downloadsynapse-1859af9b2a904b560e7260d38147d80e72137c28.tar.xz
Update README to use `bind_addresses`
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5ffcff22cd..ba21c52ae7 100644
--- a/README.rst
+++ b/README.rst
@@ -658,7 +658,7 @@ configuration might look like::
       }
   }
 
-You will also want to set ``bind_address: 127.0.0.1`` and ``x_forwarded: true``
+You will also want to set ``bind_addresses: ['127.0.0.1']`` and ``x_forwarded: true``
 for port 8008 in ``homeserver.yaml`` to ensure that client IP addresses are
 recorded correctly.