From a2cce5218136949666aec2e490c91bdd2d405d1d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 10 Jun 2018 19:25:18 +0300 Subject: Change: variable for notification service port --- roles/haproxy/templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2 index 5f4734b..a028ad1 100644 --- a/roles/haproxy/templates/haproxy.cfg.j2 +++ b/roles/haproxy/templates/haproxy.cfg.j2 @@ -56,4 +56,4 @@ backend qvisqve server qvisqve_1 127.0.0.1:{{ qvisqve_port }} backend notification_service - server notify_1 127.0.0.1:{{ notification_service_port }} + server notify_1 127.0.0.1:{{ notify_port }} -- cgit v1.2.1