mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/templates/metronome/metronome.cfg.lua
Comment websocket as lua-bitop is not installed by default
This commit is contained in:
parent
aa670058bd
commit
3471eb728d
1 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ modules_enabled = {
|
||||||
--"service_directory"; -- Enables Service Directories extension support
|
--"service_directory"; -- Enables Service Directories extension support
|
||||||
--"public_service"; -- Enables Server vCard support for public services in directories and advertises in features
|
--"public_service"; -- Enables Server vCard support for public services in directories and advertises in features
|
||||||
--"register_api"; -- Provides secure API for both Out-Of-Band and In-Band registration for E-Mail verification
|
--"register_api"; -- Provides secure API for both Out-Of-Band and In-Band registration for E-Mail verification
|
||||||
"websocket"; -- Enable support for WebSocket clients, aka "XMPP over WebSockets"
|
--"websocket"; -- Enable support for WebSocket clients, aka "XMPP over WebSockets"
|
||||||
};
|
};
|
||||||
|
|
||||||
-- Server PID
|
-- Server PID
|
||||||
|
@ -94,8 +94,8 @@ consider_bosh_secure = true
|
||||||
cross_domain_bosh = true
|
cross_domain_bosh = true
|
||||||
|
|
||||||
-- WebSocket configuration (mod_websocket)
|
-- WebSocket configuration (mod_websocket)
|
||||||
consider_websocket_secure = true
|
--consider_websocket_secure = true
|
||||||
cross_domain_websocket = true
|
--cross_domain_websocket = true
|
||||||
|
|
||||||
-- Disable account creation by default, for security
|
-- Disable account creation by default, for security
|
||||||
allow_registration = false
|
allow_registration = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue