From d9a978affa1dae25572c66b4d654d3019a7fafd3 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Tue, 26 May 2020 18:40:03 -0400 Subject: [PATCH] Turning off https-only until Unread app changes the redirect from a POST to a GET. I wish there was something I could do to fix that on my side. --- 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 a465bf382..829331508 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