Update 'haproxy.cfg'
changed port from 80 to 8000
This commit is contained in:
parent
f3af070186
commit
df6deb7ab7
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ backend bk_geobaldemo-burdigone_https
|
||||||
|
|
||||||
backend bk_geobaldemo-burdigone_http
|
backend bk_geobaldemo-burdigone_http
|
||||||
mode http
|
mode http
|
||||||
server srv-geobaldemo-burdigone_http 127.0.0.1:80 check
|
server srv-geobaldemo-burdigone_http 127.0.0.1:8000 check
|
||||||
|
|
||||||
listen stats
|
listen stats
|
||||||
bind *:9000
|
bind *:9000
|
||||||
|
|
Loading…
Reference in a new issue