From d9bc9aba68a9767765511e23ced7a84767c0c66f Mon Sep 17 00:00:00 2001 From: hay-kot Date: Thu, 29 Apr 2021 16:33:12 -0800 Subject: [PATCH] add image path --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index ec71c345b..bc97f293b 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,7 +10,7 @@ encode gzip uri strip_suffix / - handle_path /api/recipes/*/image/* { + handle_path /api/recipes/image/* { root * /app/data/img/ file_server }