fix(prosody): add consider_websocket_secure into Prosody config

This commit is contained in:
emrah
2025-04-13 15:24:16 +03:00
committed by Дамян Минков
parent 73752618a3
commit b6df08f072

View File

@@ -15,6 +15,7 @@ external_services = {
cross_domain_bosh = false;
consider_bosh_secure = true;
consider_websocket_secure = true;
-- https_ports = { }; -- Remove this line to prevent listening on port 5284
-- by default prosody 0.12 sends cors headers, if you want to disable it uncomment the following (the config is available on 0.12.1)