From 7bfeae17cbad5d0d59025b6aa8879d0aa1b55296 Mon Sep 17 00:00:00 2001 From: Kang-Eunsu Date: Thu, 18 Jan 2024 17:05:48 +0900 Subject: [PATCH] chore(infra): erase loki stage from Caddyfile --- grafana/Caddyfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/grafana/Caddyfile b/grafana/Caddyfile index 7cde254..ddffbc1 100644 --- a/grafana/Caddyfile +++ b/grafana/Caddyfile @@ -3,11 +3,6 @@ grafana.codedang.com { uri strip_prefix /lokiaws reverse_proxy 127.0.0.1:3100 } - - handle /lokistage/* { - uri strip_prefix /lokistage - reverse_proxy 127.0.0.1:3101 - } handle /lokitest/* { uri strip_prefix /lokitest