You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/roles/matrix-synapse/templates/matrix-synapse/conf.d/listeners.yaml.j2

18 lines
309 B
Django/Jinja

# {{ ansible_managed }}
# Listen only on 8008 for reverse proxy
listeners:
- port: 8008
tls: false
bind_addresses:
- '::'
- '0.0.0.0'
type: http
x_forwarded: true
resources:
- names: [client]
compress: true
- names: [federation]
compress: false