From 005ac905fa6c4f8a751c30982c1e6d64ade23b78 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 23 Jan 2025 16:28:47 +0000 Subject: [PATCH] More attempts to solve proxy path conflicts --- caddy/Caddyfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 659be93..f0d0f03 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -10,10 +10,8 @@ health_status 200 } - handle /repo/* { - root * /var/www/html - try_files * /repo/placeholder.html - file_server + route /repo/* { + reverse_proxy localhost:1212 } }