From 7abeffe6f6e8328801cf6d3b1fdf977e7b42213e Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 16 Jul 2021 17:03:10 +0200 Subject: [PATCH] hotfix http redirect --- docker/caddy/Caddyfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docker/caddy/Caddyfile b/docker/caddy/Caddyfile index db49d4a5..a2f53797 100644 --- a/docker/caddy/Caddyfile +++ b/docker/caddy/Caddyfile @@ -14,14 +14,6 @@ } } -:80 { - reverse_proxy nginx:80 { - # add Dnslink-Lookup header so nginx knows that the request comes from a domain - # outside of our certificate string and should perform a dnslink lookup - header_up Dnslink-Lookup true - } -} - # Make sure you have SSL_CERTIFICATE_STRING specified in .env file because you need it to fetch correct certificates. # It needs to have at least 3 parts, the absolute part (ie. example.com), the wildcard part (ie. *.example.com) and # the hns wildcard part (ie. *.hns.example.com). The resulting string should look like: