Skip to content

Commit 0cc383c

Browse files
committed
fix(deploy): update Caddyfile and deploy config
1 parent 7fb0c30 commit 0cc383c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deploy/Caddyfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
reverse_proxy localhost:{$BACKEND_PORT:8081}
4040
}
4141

42+
# Health check: proxied to backend (used by Fly.io)
43+
handle /health {
44+
reverse_proxy localhost:{$BACKEND_PORT:8081}
45+
}
46+
4247
# Static assets served by Caddy
4348
handle {
4449
root * /app/frontend/dist

0 commit comments

Comments
 (0)