jabber: cleanup syntax, fix missing ipv6 caused by copy paste error

This commit is contained in:
Sandro - 2023-10-11 22:24:13 +02:00
parent 3c9f72e3f3
commit 1fca5bddf9
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ in
firewall_scripts = { "${prosodyFirewall}" }
trusted_proxies = { "127.0.0.1", "::1", "${hostRegistry.public-access-proxy.ip4}", "${hostRegistry.public-access-proxy.ip4}", }
trusted_proxies = { "127.0.0.1", "::1", "${hostRegistry.public-access-proxy.ip4}", "${hostRegistry.public-access-proxy.ip6}" }
http_default_host = "${domain}"
http_host = "${domain}"
http_external_url = "https://${domain}/"