Skip to content

Commit

Permalink
chore(infra): modify Caddyfile url to add /*
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial committed Jan 18, 2024
1 parent 80086ea commit e36c034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grafana/Caddyfile
Original file line number Diff line number Diff line change
@@ -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
}
Expand Down

0 comments on commit e36c034

Please sign in to comment.