Fix prosody config.

This commit is contained in:
John Livingston 2021-04-15 11:02:05 +02:00
parent 817cf28e2a
commit 7dbb964ad7

View File

@ -125,9 +125,9 @@ cross_domain_bosh = false;
consider_bosh_secure = true; consider_bosh_secure = true;
cross_domain_websocket = false; cross_domain_websocket = false;
consider_websocket_secure = true; consider_websocket_secure = true;
https_ports = {};
VirtualHost "anon.localhost" VirtualHost "anon.localhost"
https_ports = {};
trusted_proxies = { "127.0.0.1", "::1" } trusted_proxies = { "127.0.0.1", "::1" }
authentication = "anonymous" authentication = "anonymous"