Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod')
-rw-r--r--jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod b/jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod
index 867231af44..11184d3947 100644
--- a/jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod
+++ b/jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod
@@ -5,7 +5,8 @@ This allows information about the proxied connection to be
efficiently forwarded as the connection is accepted.
Both V1 and V2 versions of the protocol are supported and any
SSL properties may be interpreted by the unixsocket-secure
-module to indicate secure HTTPS traffic.
+module to indicate secure HTTPS traffic. Typically this
+is an alternate to the forwarded module.
[depend]
unixsocket

Back to the top