From 30eab70fdf2373575417afb69c09941a195f0de4 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Mon, 8 Feb 2021 22:25:16 -0500 Subject: [PATCH] SSL cert location. --- docker/haproxy/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/haproxy/haproxy.cfg b/docker/haproxy/haproxy.cfg index 18a42e487..405e1fb61 100644 --- a/docker/haproxy/haproxy.cfg +++ b/docker/haproxy/haproxy.cfg @@ -160,7 +160,7 @@ backend maintenance server nginx nginx:81 check inter 3000ms listen stats -bind :1936 ssl crt localhost.pem +bind :1936 ssl crt /srv/newsblur/config/certificates/newsblur.com.pem stats enable stats hide-version stats realm Haproxy\ Statistics