From 2d635ac0e7045663e22df1d4183ae4348f01d527 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 7 Jul 2023 20:14:19 +0200 Subject: Enable Caddyfile to validate without redis Validation tries to connect to the redis server by the `storage` global option, which is not possible without secrets that are not exposed during the build --- Caddyfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index b5d1b91..e5ca8f7 100644 --- a/Caddyfile +++ b/Caddyfile @@ -3,8 +3,7 @@ persist_config off auto_https disable_redirects acme_ca https://acme.zerossl.com/v2/DV90 - storage redis { - } + import globals/* servers :80 { metrics protocols h1 h2c -- cgit 1.4.1