diff --git a/grafana/Caddyfile b/grafana/Caddyfile new file mode 100644 index 0000000..21bbb81 --- /dev/null +++ b/grafana/Caddyfile @@ -0,0 +1,10 @@ +grafana.codedang.com { + handle /loki/* { + uri strip_prefix /loki + reverse_proxy 127.0.0.1:3200 + } + + handle { + reverse_proxy 127.0.0.1:3000 + } +} \ No newline at end of file