From 7e6ac2c98d1ce80fc95b0d2a0b08b480935d9336 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Sun, 7 Jun 2020 13:36:53 -0400 Subject: [PATCH] https only time --- config/haproxy.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/haproxy.conf.template b/config/haproxy.conf.template index 829331508..a465bf382 100644 --- a/config/haproxy.conf.template +++ b/config/haproxy.conf.template @@ -37,7 +37,7 @@ frontend public option http-server-close # Redirect all HTTP traffic to HTTPS - # redirect scheme https code 301 if !{ ssl_fc } + redirect scheme https code 301 if !{ ssl_fc } acl gunicorn_dead nbsrv(gunicorn) lt 1 acl nginx_dead nbsrv(nginx) lt 1