forgejo-fly/Caddyfile

18 lines
201 B
Text
Raw Normal View History

2026-08-17 22:47:22 +08:00
{
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
}
}