diff options
author | Yifei Xue <xueyifei@huawei.com> | 2016-04-18 16:52:24 +0800 |
---|---|---|
committer | Yifei Xue <xueyifei@huawei.com> | 2016-04-18 16:52:24 +0800 |
commit | 14282bec2e84ca3d9f1fc199eaaf839bc0d33b79 (patch) | |
tree | 32ed9c2fc62ff082f3cda6ab200df80c263c536b /deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | |
parent | 93e233d00533766c3efdda5a1893424fe3f3020a (diff) |
Modify the port number of haproxy to a more appropriate one
JIRA: COMPASS-371
Change-Id: I28588b61ebe20874cff2bd154c939bd7ed471d2e
Signed-off-by: Yifei Xue <xueyifei@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/ha/templates/haproxy.cfg')
-rw-r--r-- | deploy/adapters/ansible/roles/ha/templates/haproxy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg index 3ff63689..8bc6a17c 100644 --- a/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg +++ b/deploy/adapters/ansible/roles/ha/templates/haproxy.cfg @@ -185,7 +185,7 @@ listen proxy-dashboarad listen stats mode http - bind 0.0.0.0:8888 + bind 0.0.0.0:9999 stats enable stats refresh 30s stats uri / |