Skip to content

Commit

Permalink
feat(Caddyfile): add init Caddyfile (#7)
Browse files Browse the repository at this point in the history
* feat(Caddyfile): add init Caddyfile

* chore(Caddyfile): add uri prefix
  • Loading branch information
Dobby-Kim authored Jan 18, 2024
1 parent 9a63c18 commit 0b1a638
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions grafana/Caddyfile
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit 0b1a638

Please sign in to comment.