From: Jason Stephenson Date: Fri, 28 Jun 2019 13:02:09 +0000 (-0400) Subject: LP1834208 Fix haproxy configuration example file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=23a72fb28b9f23e124d4d630564b3d859219b791;p=working%2FOpenSRF.git LP1834208 Fix haproxy configuration example file The examples/haproxy/osrf-ws-http-proxy file needed a syntax correction with the listen directive. Signed-off-by: Jason Stephenson --- diff --git a/examples/haproxy/osrf-ws-http-proxy b/examples/haproxy/osrf-ws-http-proxy index ba84667..6353f5b 100644 --- a/examples/haproxy/osrf-ws-http-proxy +++ b/examples/haproxy/osrf-ws-http-proxy @@ -1,4 +1,5 @@ -listen web 0.0.0.0:80 +listen web + bind 0.0.0.0:80 mode http option forwardfor http-request set-header X-Client-IP %[src]