diff options
author | Kim Alvefur <zash@zash.se> | 2021-02-04 00:49:07 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-02-04 00:49:07 +0100 |
commit | 02b2fe4d2be8f2aa90eb8491f4c330fd53ea7885 (patch) | |
tree | 5b7431740590e9a64134e11cbebebd46ae52782c | |
parent | 0e6391e7367f2cdbb7bdcfe87a105c761a35e456 (diff) | |
download | prosody-02b2fe4d2be8f2aa90eb8491f4c330fd53ea7885.tar.gz prosody-02b2fe4d2be8f2aa90eb8491f4c330fd53ea7885.zip |
prosody.cfg.lua.dist: Add note about 'localhost'
-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" |