diff options
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index b9e88986..5dfa68b8 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -227,3 +227,5 @@ VirtualHost "localhost" -- Settings for the global section should go higher up, before the first -- VirtualHost or Component line, while settings intended for specific hosts -- should go under the corresponding VirtualHost or Component line. +-- +-- For more information see https://prosody.im/doc/configure |