1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix issue of synapse not starting on ipv4 only server

This commit is contained in:
Douze Bé 2024-05-03 14:39:59 +02:00
parent db03b5c69b
commit cc6e455e35

View file

@ -304,7 +304,7 @@ listeners:
tls: false
type: http
x_forwarded: true
bind_addresses: ['::1', '127.0.0.1']
bind_addresses: [localhost]
resources:
- names: [client, federation]