diff --git a/cmd/caddy/Caddfile b/cmd/caddy/Caddfile new file mode 100644 index 000000000000..8ed672120a9e --- /dev/null +++ b/cmd/caddy/Caddfile @@ -0,0 +1,10 @@ +{ + debug +} + +localhost:3000 { + respond "hello world" + reverse_proxy localhost:8003 { + health_uri http://localhost:8003/health + } +}