listen on ipv6 interfaces as well
This commit is contained in:
parent
5850caebfa
commit
f8d3f8b73b
2 changed files with 3 additions and 3 deletions
|
@ -301,7 +301,7 @@ listeners:
|
|||
tls: false
|
||||
type: http
|
||||
x_forwarded: true
|
||||
bind_addresses: ['0.0.0.0']
|
||||
bind_addresses: ['::']
|
||||
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
@ -1515,7 +1515,7 @@ room_prejoin_state:
|
|||
app_service_config_files: {{if not (getenv "REGISTRATIONS")}}[]{{end}}
|
||||
{{- if (getenv "REGISTRATIONS")}}
|
||||
{{- range $registration := split (getenv "REGISTRATIONS") ";"}}
|
||||
- {{ $registration -}}
|
||||
- registrations/{{ $registration -}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue