12 lines
267 B
Text
12 lines
267 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
If you're running Prosody in a jail and experience problems, please add
|
|
the following to the global section of your prosody.cfg.lua:
|
|
|
|
interfaces = { 'x.x.x.x' }
|
|
|
|
where 'x.x.x.x' is the public IP you wish Prosody to bind to.
|
|
EOM
|
|
}
|
|
]
|