jaikuai 1 周之前
父節點
當前提交
b6dd553058
共有 1 個文件被更改,包括 6 次插入0 次删除
  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