diff --git a/index.md b/index.md index da9ece3..ee65b00 100644 --- a/index.md +++ b/index.md @@ -204,8 +204,7 @@ matrix_group: '{{ matrix_user }}' ```YAML matrix_http_bind_ips: - - '::' - - 0.0.0.0 + - 127.0.0.1 ``` ### matrix_http_bind_port @@ -221,7 +220,7 @@ matrix_http_bind_port: 8008 #### Default value ```YAML -matrix_https_bind_ips: '{{ matrix_http_bind_ips }}' +matrix_https_bind_ips: [] ``` ### matrix_https_bind_port