Comparison

prosody.cfg.lua.dist @ 12276:7c5e6ad3d778

prosody.cfg.lua.dist: Warn about adding settings at the end of the file It is very often a confusing mistake that leads to support questions
author Kim Alvefur <zash@zash.se>
date Sat, 17 Jul 2021 19:40:43 +0200
parent 11581:7e111f7147dc
child 12277:e921295e934c
comparison
equal deleted inserted replaced
12275:13624194984b 12276:7c5e6ad3d778
216 -- transports to other networks like ICQ, MSN and Yahoo. For more info 216 -- transports to other networks like ICQ, MSN and Yahoo. For more info
217 -- see: https://prosody.im/doc/components#adding_an_external_component 217 -- see: https://prosody.im/doc/components#adding_an_external_component
218 -- 218 --
219 --Component "gateway.example.com" 219 --Component "gateway.example.com"
220 -- component_secret = "password" 220 -- component_secret = "password"
221
222
223 ---------- End of the Prosody Configuration file ----------
224 -- You usually **DO NOT** want to add settings here at the end, as they would
225 -- only apply to the last defined VirtualHost or Component.
226 --
227 -- Settings for the global section should go higher up, before the first
228 -- VirtualHost or Component line, while settings intended for specific hosts
229 -- should go under the corresponding VirtualHost or Component line.