diff options
-rw-r--r-- | prosody.cfg.lua.dist | 5 |
1 files 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"
|