From df80b80e8eed81a9d732d6ec0de3a6558d61f646 Mon Sep 17 00:00:00 2001 From: root <root@srv8.soctools.grena.ge> Date: Thu, 19 May 2022 13:12:46 +0400 Subject: [PATCH] add ssl to haproxy stats --- 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 d566981..86ee05b 100644 --- a/roles/haproxy/templates/haproxy.cfg.j2 +++ b/roles/haproxy/templates/haproxy.cfg.j2 @@ -17,7 +17,7 @@ defaults timeout server 20s listen stats - bind 0.0.0.0:8888 + bind 0.0.0.0:8888 ssl crt /etc/ssl/haproxy alpn h2,http/1.1 stats enable stats hide-version stats uri / -- GitLab