Software / code / prosody
Changeset
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 |
| parents | 12304:8210c2a52e9c |
| children | 12322:b1cb236c4478 |
| files | prosody.cfg.lua.dist |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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"