This commit is contained in:
ryuuseijin 2026-08-17 22:47:22 +08:00
commit 27c4191be8
17 changed files with 730 additions and 0 deletions

17
Caddyfile Normal file
View file

@ -0,0 +1,17 @@
{
auto_https off
admin off
}
:8080 {
handle_path /healthz {
respond "ok" 200
}
import /etc/caddy/auth.caddy
reverse_proxy 127.0.0.1:3000 {
lb_try_duration 30s
lb_try_interval 250ms
}
}