From f11db43de9a33455e197b9067135672e4f1e8526 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 10 Jul 2009 16:39:50 +0100 Subject: prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it) --- prosody.cfg.lua.dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 51ea3b3d..79e32a25 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -88,6 +88,9 @@ Host "localhost" -- Section for example.com -- (replace example.com with your domain name) Host "example.com" + + enabled = false -- This will disable the host, preserving the config, but denying connections + -- Assign this host a certificate for TLS, otherwise it would use the one -- set in the global section (if any). -- Note that old-style SSL on port 5223 only supports one certificate, and will always @@ -97,7 +100,5 @@ Host "example.com" certificate = "certs/example.com.crt"; } - enabled = false -- This will disable the host, preserving the config, but denying connections - -- Set up a MUC (multi-user chat) room server on conference.example.com: Component "conference.example.com" "muc" -- cgit v1.2.3