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.mod15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000000..11184d3947
--- /dev/null
+++ b/jetty-unixsocket/src/main/config/modules/unixsocket-proxy-protocol.mod
@@ -0,0 +1,15 @@
+[description]
+Enables the proxy protocol on the Unix Domain Socket Connector
+http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
+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. Typically this
+is an alternate to the forwarded module.
+
+[depend]
+unixsocket
+
+[xml]
+etc/jetty-unixsocket-proxy-protocol.xml

Back to the top