From 099c92b74c4f24dfc85ff757b6e284e17eaf8d6d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 8 Jul 2023 19:04:54 +0200 Subject: Fully disable HTTPS in Caddy --- Caddyfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index df0cecc..27daf12 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,14 +1,16 @@ { admin off persist_config off - auto_https disable_redirects - acme_ca https://acme.zerossl.com/v2/DV90 + auto_https off import globals/* servers :80 { metrics protocols h1 h2c trusted_proxies static private_ranges } + servers :9091 { + protocols h1 + } } :9091 { -- cgit 1.4.1