From b3e6b4e0503ed13e11c59cbf36171fc371eaafbf Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 8 Apr 2022 19:12:00 -0400 Subject: [PATCH] Rewrite root anyway with handle_path --- Caddyfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 2ec352b..7c1c6f0 100644 --- a/Caddyfile +++ b/Caddyfile @@ -11,7 +11,10 @@ Cache-Control "max-age=604800, immutable" } - root /astra-distrib/* /astra-distrib + handle_path /astra-distrib/* { + root * /astra-distrib + } + encode gzip