From 91c095a011e08bb5a586e6f03ff7b4e8030d67bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:33:22 +1100 Subject: [PATCH] Fix for buggy Caddyfile (#8830) (#8832) (cherry picked from commit decccf8163102137a4b2074e27933e9068c5db9c) Co-authored-by: Oliver --- contrib/container/Caddyfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/container/Caddyfile b/contrib/container/Caddyfile index e2ba1935c7..72a96d1779 100644 --- a/contrib/container/Caddyfile +++ b/contrib/container/Caddyfile @@ -71,9 +71,7 @@ reverse_proxy {$INVENTREE_SERVER:"http://inventree-server:8000"} { # If you are running behind another proxy, you may need to specify 'trusted_proxies' - trusted_proxies { - # enter your trusted proxy IP addresses here - } - + # Ref: https://caddyserver.com/docs/json/apps/http/servers/trusted_proxies/ + # trusted_proxies ... } }