Skip to content

Commit

Permalink
feat: setup caddy reverse-proxy for sentry (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak authored Feb 21, 2024
1 parent 0a285a9 commit 9e64ba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ grafana.codedang.com {
handle {
reverse_proxy 127.0.0.1:3000
}
}
}

sentry.codedang.com {
reverse_proxy 127.0.0.1:9876
}

0 comments on commit 9e64ba5

Please sign in to comment.