all repos — flynet @ 4305276d15cf59a224f5dd71916dadfdf813db32

ersatz CDN on fly.io

reformat

Alin
commit

4305276d15cf59a224f5dd71916dadfdf813db32

parent

87934c53349c808e1fcc80d51ed34f10e49b39b6

1 file changed, 19 insertions(+), 19 deletions(-)

changed files
M CaddyfileCaddyfile
@@ -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 + } }