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