Mercurial > prosody-modules
changeset 2974:cd36b16f6b35
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6
author | Pascal Mathis <mail@pascalmathis.com> |
---|---|
date | Sun, 01 Apr 2018 22:41:40 +0200 |
parents | a457fff04f1d |
children | 7eb6fa9b03fd |
files | mod_net_proxy/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_net_proxy/README.markdown Sat Mar 31 22:16:35 2018 +0200 +++ b/mod_net_proxy/README.markdown Sun Apr 01 22:41:40 2018 +0200 @@ -134,7 +134,7 @@ timeout server 60m frontend f-xmpp - bind :5222,:5269 + bind :::5222,:::5269 v4v6 use_backend b-xmpp-c2s if { dst_port eq 5222 } use_backend b-xmpp-s2s if { dst_port eq 5269 }