add searchix domain
1 file changed, 23 insertions(+), 0 deletions(-)
changed files
M Caddyfile → Caddyfile
@@ -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 + } +}