Explorar el Código

Update 'haproxy.cfg'

changed port from 80 to 8000
panda hace 2 años
padre
commit
df6deb7ab7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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