Diff

prosody.cfg.lua.dist @ 12321:398c5f5db934

prosody.cfg.lua.dist: Add note about 'localhost'
author Kim Alvefur <zash@zash.se>
date Thu, 04 Feb 2021 00:49:07 +0100
parent 12277:e921295e934c
child 12322:b1cb236c4478
line wrap: on
line diff
--- 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"