Skip to content

Commit

Permalink
feat: Add Caddyfile to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Jan 9, 2025
1 parent 34515fc commit b38fc9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/caddy/Caddyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
zenbin.xyz {
reverse_proxy localhost:3000 localhost:3001 localhost:3002 {
health_uri /health
fail_duration 30s
}
}

0 comments on commit b38fc9f

Please sign in to comment.