Retry tabs

This commit is contained in:
schultzie 2024-08-19 14:57:44 -07:00 committed by GitHub
parent a2820028c3
commit d3882cb1eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -861,10 +861,10 @@ Using [active health checks](#active-health-checks) and `health_upstream` can be
example.com { example.com {
reverse_proxy node1:80 node2:80 node3:80 { reverse_proxy node1:80 node2:80 node3:80 {
health_uri /health health_uri /health
health_upstream 127.0.0.1:53336 health_upstream 127.0.0.1:53336
health_headers { health_headers {
Full-Upstream {http.reverse_proxy.active.target_upstream} Full-Upstream {http.reverse_proxy.active.target_upstream}
} }
} }
} }
``` ```