aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-02-04 00:49:07 +0100
committerKim Alvefur <zash@zash.se>2021-02-04 00:49:07 +0100
commit02b2fe4d2be8f2aa90eb8491f4c330fd53ea7885 (patch)
tree5b7431740590e9a64134e11cbebebd46ae52782c /prosody.cfg.lua.dist
parent0e6391e7367f2cdbb7bdcfe87a105c761a35e456 (diff)
downloadprosody-02b2fe4d2be8f2aa90eb8491f4c330fd53ea7885.tar.gz
prosody-02b2fe4d2be8f2aa90eb8491f4c330fd53ea7885.zip
prosody.cfg.lua.dist: Add note about 'localhost'
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 5dfa68b8..ade77ff4 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -196,6 +196,9 @@ certificates = "certs"
-- Settings under each VirtualHost entry apply *only* to that host.
VirtualHost "localhost"
+-- Prosody requires at least one enabled VirtualHost to function. You can
+-- safely remove or disable 'localhost' once you have added another.
+
--VirtualHost "example.com"
-- certificate = "/path/to/example.crt"