Software /
code /
prosody-modules
Changeset
2932:4bb3a4b726c9
mod_net_proxy: Fixed typo in example HAProxy configuration within README
author | Pascal Mathis <mail@pascalmathis.com> |
---|---|
date | Thu, 15 Mar 2018 23:44:35 +0100 |
parents | 2931:e79b9a55aa2e |
children | 2933:8858cef9ed27 |
files | mod_net_proxy/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_net_proxy/README.markdown Thu Mar 15 21:39:46 2018 +0100 +++ b/mod_net_proxy/README.markdown Thu Mar 15 23:44:35 2018 +0100 @@ -116,12 +116,12 @@ backend b-xmpp-c2s balance roundrobin - option independant-streams + option independent-streams server mycoolprosodybox 192.168.10.10:15222 send-proxy-v2 backend b-xmpp-s2s balance roundrobin - option independant-streams + option independent-streams server mycoolprosodybox 192.168.10.10:15269 send-proxy-v2 ```