Browse Source

Update 'haproxy.cfg'

changed port from 80 to 8000
panda 2 years ago
parent
commit
df6deb7ab7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      haproxy.cfg

+ 1 - 1
haproxy.cfg

@@ -86,7 +86,7 @@ backend bk_geobaldemo-burdigone_https
 
 backend bk_geobaldemo-burdigone_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
 	bind *:9000