From a95474669e7035a5b46c8c93350df8e1d2e73ab4 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 4 Jul 2022 17:57:13 +0200 Subject: [PATCH] chore: remove duplicated haproxy config section the mgmt and dashbaord endpoints are both merged 18083 now no need to declare twice --- .ci/docker-compose-file/haproxy/haproxy.cfg | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.ci/docker-compose-file/haproxy/haproxy.cfg b/.ci/docker-compose-file/haproxy/haproxy.cfg index 89c1d7d5d..1f10c4f9e 100644 --- a/.ci/docker-compose-file/haproxy/haproxy.cfg +++ b/.ci/docker-compose-file/haproxy/haproxy.cfg @@ -30,24 +30,12 @@ defaults ##---------------------------------------------------------------- ## API ##---------------------------------------------------------------- -frontend emqx_mgmt - mode tcp - option tcplog - bind *:18083 - default_backend emqx_mgmt_back - frontend emqx_dashboard mode tcp option tcplog bind *:18083 default_backend emqx_dashboard_back -backend emqx_mgmt_back - mode http - # balance static-rr - server emqx-1 node1.emqx.io:18083 - server emqx-2 node2.emqx.io:18083 - backend emqx_dashboard_back mode http # balance static-rr