|
|
@@ -144,9 +144,7 @@ listeners: |
|
|
# On Linux and Mac OS, `::` will listen on all IPv4 and IPv6 |
|
|
# On Linux and Mac OS, `::` will listen on all IPv4 and IPv6 |
|
|
# addresses by default. For most other OSes, this will only listen |
|
|
# addresses by default. For most other OSes, this will only listen |
|
|
# on IPv6. |
|
|
# on IPv6. |
|
|
bind_addresses: |
|
|
|
|
|
- '::' |
|
|
|
|
|
- '0.0.0.0' |
|
|
|
|
|
|
|
|
bind_addresses: ['::'] |
|
|
|
|
|
|
|
|
# This is a 'http' listener, allows us to specify 'resources'. |
|
|
# This is a 'http' listener, allows us to specify 'resources'. |
|
|
type: http |
|
|
type: http |
|
|
@@ -174,7 +172,7 @@ listeners: |
|
|
# For when matrix traffic passes through loadbalancer that unwraps TLS. |
|
|
# For when matrix traffic passes through loadbalancer that unwraps TLS. |
|
|
- port: 8008 |
|
|
- port: 8008 |
|
|
tls: false |
|
|
tls: false |
|
|
bind_addresses: ['::', '0.0.0.0'] |
|
|
|
|
|
|
|
|
bind_addresses: ['::'] |
|
|
type: http |
|
|
type: http |
|
|
|
|
|
|
|
|
x_forwarded: true |
|
|
x_forwarded: true |
|
|
|