Mercurial > prosody-modules
comparison mod_net_proxy/README.markdown @ 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 | 9a62780e7ee2 |
children | 731fbefaabaf |
comparison
equal
deleted
inserted
replaced
2931:e79b9a55aa2e | 2932:4bb3a4b726c9 |
---|---|
114 use_backend b-xmpp-c2s if { dst_port eq 5222 } | 114 use_backend b-xmpp-c2s if { dst_port eq 5222 } |
115 use_backend b-xmpp-s2s if { dst_port eq 5269 } | 115 use_backend b-xmpp-s2s if { dst_port eq 5269 } |
116 | 116 |
117 backend b-xmpp-c2s | 117 backend b-xmpp-c2s |
118 balance roundrobin | 118 balance roundrobin |
119 option independant-streams | 119 option independent-streams |
120 server mycoolprosodybox 192.168.10.10:15222 send-proxy-v2 | 120 server mycoolprosodybox 192.168.10.10:15222 send-proxy-v2 |
121 | 121 |
122 backend b-xmpp-s2s | 122 backend b-xmpp-s2s |
123 balance roundrobin | 123 balance roundrobin |
124 option independant-streams | 124 option independent-streams |
125 server mycoolprosodybox 192.168.10.10:15269 send-proxy-v2 | 125 server mycoolprosodybox 192.168.10.10:15269 send-proxy-v2 |
126 ``` | 126 ``` |
127 | 127 |
128 | 128 |
129 Limitations | 129 Limitations |