diff options
author | Peter Powell <petpow@saberuk.com> | 2018-07-26 12:13:13 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-07-26 12:35:22 +0100 |
commit | 09c5439c02f31e9875083e51966dad535af005a9 (patch) | |
tree | 3ed113f16f3e9b4640dd1c6a80a8e6af6f01da77 /docs/conf/modules.conf.example | |
parent | 97a1d6429a735eb279496df010d04e3f42aa4e22 (diff) |
Add a module which implements the HAProxy PROXY v2 protocol.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 1b35c4a1e..c8fd94c06 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -865,6 +865,12 @@ #<module name="globalload"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# HAProxy module: Adds support for the HAProxy PROXY v2 protocol. To +# use this module specify hook="haproxy" in the <bind> tag that HAProxy +# has been configured to connect to. +#<module name="haproxy"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # HELPOP module: Provides the /HELPOP command #<module name="helpop"> # |