projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e2fd6
)
LP1834208 Fix haproxy configuration example file
author
Jason Stephenson
<jason@sigio.com>
Fri, 28 Jun 2019 13:02:09 +0000
(09:02 -0400)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/examples/haproxy/osrf-ws-http-proxy
b/examples/haproxy/osrf-ws-http-proxy
index
ba84667
..
6353f5b
100644
(file)
--- 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]