From ed61ad39bedbb29e6935fa50d14dbcb6a237ac3a Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sun, 13 Jun 2021 15:47:45 -0800 Subject: [PATCH] move strip suffix --- Caddyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index ee380a944b2b..bd5bdfb13e1b 100644 --- a/Caddyfile +++ b/Caddyfile @@ -12,7 +12,7 @@ } encode gzip zstd - uri strip_suffix / + # Handles Recipe Images / Assets handle_path /api/media/recipes/* { @@ -22,6 +22,7 @@ } handle @proxied { + uri strip_suffix / reverse_proxy http://127.0.0.1:9000 }