LP1834208 Fix haproxy configuration example file
authorJason Stephenson <jason@sigio.com>
Fri, 28 Jun 2019 13:02:09 +0000 (09:02 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 28 Jun 2019 13:02:09 +0000 (09:02 -0400)
The examples/haproxy/osrf-ws-http-proxy file needed a syntax
correction with the listen directive.

Signed-off-by: Jason Stephenson <jason@sigio.com>
examples/haproxy/osrf-ws-http-proxy

index ba84667..6353f5b 100644 (file)
@@ -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]