prosody.cfg.lua.dist: Add note about 'localhost'
authorKim Alvefur <zash@zash.se>
Thu, 04 Feb 2021 00:49:07 +0100
changeset 12325 398c5f5db934
parent 12308 8210c2a52e9c
child 12326 b1cb236c4478
prosody.cfg.lua.dist: Add note about 'localhost'
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Sun Feb 20 00:24:18 2022 +0100
+++ b/prosody.cfg.lua.dist	Thu Feb 04 00:49:07 2021 +0100
@@ -196,6 +196,9 @@
 -- 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"