all repos — flynet @ 625cf801bfb1f3a47f003ddc2f7ce971cc0146d5

ersatz CDN on fly.io

add searchix domain

Alin
commit

625cf801bfb1f3a47f003ddc2f7ce971cc0146d5

parent

0302cce59928910aa197160cc4760199ce83aaab

1 file changed, 23 insertions(+), 0 deletions(-)

changed files
M CaddyfileCaddyfile
@@ -73,3 +73,26 @@ reverse_proxy https://smrk.alin.ovh {
header_up Host {hostport} } } + +searchix.ovh { + import cache + import dns01 + reverse_proxy { + to https://smrk.alin.ovh + lb_policy first + + header_up Host {hostport} + + # active health checks (service running) + health_uri /health + health_status 2xx + health_interval 10s + health_timeout 2s + health_fails 2 + + # passive health checks + max_fails 5 + fail_duration 30s + unhealthy_status 5xx + } +}