Mercurial > prosody-modules
comparison mod_net_proxy/README.markdown @ 2964:1c336d0d0214
mod_net_proxy: Fixed small indentation mistake in docs
author | Pascal Mathis <mail@pascalmathis.com> |
---|---|
date | Thu, 29 Mar 2018 22:07:18 +0200 |
parents | 504bb330e910 |
children | cd36b16f6b35 |
comparison
equal
deleted
inserted
replaced
2963:504bb330e910 | 2964:1c336d0d0214 |
---|---|
119 configuration which will listen on the default XMPP ports (5222+5269) and connect to | 119 configuration which will listen on the default XMPP ports (5222+5269) and connect to |
120 your XMPP backend running on 192.168.10.10 using the PROXYv2 protocol: | 120 your XMPP backend running on 192.168.10.10 using the PROXYv2 protocol: |
121 | 121 |
122 ``` | 122 ``` |
123 defaults d-xmpp | 123 defaults d-xmpp |
124 log global | 124 log global |
125 mode tcp | 125 mode tcp |
126 option redispatch | 126 option redispatch |
127 option tcplog | 127 option tcplog |
128 option tcpka | 128 option tcpka |
129 option clitcpka | 129 option clitcpka |