From e36c0347b4b3683d2554c93d60559c9f4be4607b Mon Sep 17 00:00:00 2001 From: Kang-Eunsu Date: Thu, 18 Jan 2024 16:53:58 +0900 Subject: [PATCH] chore(infra): modify Caddyfile url to add /* --- grafana/Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grafana/Caddyfile b/grafana/Caddyfile index 63eaff2..7cde254 100644 --- a/grafana/Caddyfile +++ b/grafana/Caddyfile @@ -1,15 +1,15 @@ grafana.codedang.com { - handle /lokiaws { + handle /lokiaws/* { uri strip_prefix /lokiaws reverse_proxy 127.0.0.1:3100 } - handle /lokistage { + handle /lokistage/* { uri strip_prefix /lokistage reverse_proxy 127.0.0.1:3101 } - handle /lokitest { + handle /lokitest/* { uri strip_prefix /lokitest reverse_proxy 127.0.0.1:3199 }