diff --git a/Caddyfile b/Caddyfile index bfdc826..ebd2fff 100644 --- a/Caddyfile +++ b/Caddyfile @@ -67,6 +67,7 @@ auth.akanealw.com { # Add this block to your existing Caddyfile and reload Caddy # -------------------------------------------------- netbird.akanealw.com { + import cloudflare # Native gRPC (needs HTTP/2 cleartext to backend) @grpc header Content-Type application/grpc* reverse_proxy @grpc h2c://192.168.1.31:8081 @@ -76,6 +77,7 @@ netbird.akanealw.com { reverse_proxy @backend 192.168.1.31:8081 # Dashboard (everything else) + import auth reverse_proxy /* 192.168.1.31:8080 }