# HG changeset patch # User Kim Alvefur # Date 1612396147 -3600 # Node ID 398c5f5db934c280dd428e2fd76471c1e5ad6a94 # Parent 8210c2a52e9c03a4f8e685d9b2b3cacfb098125e prosody.cfg.lua.dist: Add note about 'localhost' diff -r 8210c2a52e9c -r 398c5f5db934 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"