diff options
-rw-r--r-- | prosody.cfg.lua.dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index dfd26781..b9e88986 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -218,3 +218,12 @@ VirtualHost "localhost" -- --Component "gateway.example.com" -- component_secret = "password" + + +---------- End of the Prosody Configuration file ---------- +-- You usually **DO NOT** want to add settings here at the end, as they would +-- only apply to the last defined VirtualHost or Component. +-- +-- 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. |