diff --git a/Caddyfile b/Caddyfile index 19c18a3b0..ec71c345b 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,6 +10,11 @@ encode gzip uri strip_suffix / + handle_path /api/recipes/*/image/* { + root * /app/data/img/ + file_server + } + handle @proxied { reverse_proxy http://127.0.0.1:9000 }