# HG changeset patch # User Matthew Wild # Date 1247240390 -3600 # Node ID 5f11a8d0716173f55b319f5cef361a978d1f7c3b # Parent f30886f684eb5001c2c9ee0a69c51c585aba2035 prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it) diff -r f30886f684eb -r 5f11a8d07161 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Fri Jul 10 16:38:35 2009 +0100 +++ b/prosody.cfg.lua.dist Fri Jul 10 16:39:50 2009 +0100 @@ -88,6 +88,9 @@ -- 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 @@ 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"