all repos — flynet @ a4147f428029d29e408a12251316e94a78bbf6c2

ersatz CDN on fly.io

searchix: send host header with health checks

Alin
commit

a4147f428029d29e408a12251316e94a78bbf6c2

parent

fa29783991d0d003ae08ccc67a7a31397c70f079

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

changed files
M CaddyfileCaddyfile
@@ -103,6 +103,9 @@ header_down -Alt-Svc
# active health checks (service running) health_uri /health + health_headers { + Host {hostport} + } health_status 2xx health_interval 10s health_timeout 2s