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.

This commit is contained in:
Samuel Clay 2020-05-26 18:40:03 -04:00
parent b95dd350df
commit d9a978affa

View file

@ -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