Skip to content

Commit

Permalink
hotfix(infra): change caddy path (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial authored Feb 22, 2024
1 parent 3533374 commit 995f406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ grafana.codedang.com {
reverse_proxy 127.0.0.1:3199
}

handle /agent {
handle /metric {
handle /agent* {
handle /agent/metric* {
uri strip_prefix /agent/metric
reverse_proxy 127.0.0.1:4318/v1/metrics
}
Expand Down

0 comments on commit 995f406

Please sign in to comment.