Commit 3c47190
fix: accept any HTTP response in Caddy health check
On fresh servers with no apps, Caddy returns 404 which caused a false
positive failure. Check that Caddy returns any valid HTTP status code
instead of requiring 2xx.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 191fcf6 commit 3c47190
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments