From 60af19d37a47090eb92b82ed819297c28551d615 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Tue, 4 May 2021 08:47:28 -0800 Subject: [PATCH] update caddy file --- Caddyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 0faf9fe7d..fbbe2eb18 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,7 +10,8 @@ encode gzip uri strip_suffix / - handle_path /api/recipes/media/* { + # Handles Recipe Images / Assets + handle_path /api/media/recipes/* { root * /app/data/recipes/ file_server }