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 }