jaikuai 1 week ago
parent
commit
b6dd553058
1 changed files with 6 additions and 0 deletions
  1. 6 0
      haproxy.cfg

+ 6 - 0
haproxy.cfg

@@ -90,6 +90,12 @@ listen car_plate
     server s1 192.168.3.98:80 check
     server s2 192.168.6.98:80 check
 
+listen station_contorll
+    bind *:177
+    mode http
+    server s1 192.168.3.177:80 check
+    server s2 192.168.6.177:80 check
+
 listen cops
     bind *:10166
     option http-server-close