From 1922304172a0190aa5dfbd0f3a6eee2852f42f9a Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 11 Apr 2021 19:14:28 +0200 Subject: [PATCH] Fix the shinyproxy backend name. --- templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 1e6e7ce..571948b 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -152,7 +152,7 @@ frontend docker_ft frontend shinyproxy_metrics bind :9090 mode http - default_backend shinyproxy_metrics + default_backend shinyproxy_metrics_bck {% endif %} #