summaryrefslogtreecommitdiff
path: root/roles/haproxy/templates/haproxy.cfg.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/haproxy/templates/haproxy.cfg.j2')
-rw-r--r--roles/haproxy/templates/haproxy.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2
index 7039b61..b5eab39 100644
--- a/roles/haproxy/templates/haproxy.cfg.j2
+++ b/roles/haproxy/templates/haproxy.cfg.j2
@@ -43,7 +43,7 @@ frontend http-in
use_backend controller if any
backend controller
- server controller_1 {{ controller_domain }}:{{ controller_port }}
+ server controller_1 127.0.0.1:{{ controller_port }}
backend blob_service
- server blob_service_1 {{ blob_service_domain }}:{{ blob_service_port }}
+ server blob_service_1 127.0.0.1:{{ blob_service_port }}