reformat
1 file changed, 19 insertions(+), 19 deletions(-)
changed files
M Caddyfile → Caddyfile
@@ -1,5 +1,5 @@ { - persist_config off + persist_config off servers { protocols h1 h2@@ -68,7 +68,7 @@ alanpearce.eu, alin.ovh, www.alanpearce.eu, www.alin.ovh { import cache import dns01 reverse_proxy https://homestead-homestead488.danubedata.run { - header_up Host {hostport} + header_up Host {hostport} } }@@ -81,24 +81,24 @@ } } searchix.ovh { - import cache - import dns01 - reverse_proxy { - to https://smrk.alin.ovh - lb_policy first + import cache + import dns01 + reverse_proxy { + to https://smrk.alin.ovh + lb_policy first - header_up Host {hostport} + header_up Host {hostport} - # active health checks (service running) - health_uri /health - health_status 2xx - health_interval 10s - health_timeout 2s - health_fails 2 + # 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 - } + # passive health checks + max_fails 5 + fail_duration 30s + unhealthy_status 5xx + } }