diff --git a/Caddyfile b/Caddyfile index f4584c5..96b5b61 100644 --- a/Caddyfile +++ b/Caddyfile @@ -15,4 +15,8 @@ grafana.codedang.com { handle { reverse_proxy 127.0.0.1:3000 } -} \ No newline at end of file +} + +sentry.codedang.com { + reverse_proxy 127.0.0.1:9876 +}