mirror of
https://github.com/caddyserver/website.git
synced 2025-06-15 18:54:49 -04:00
Retry tabs
This commit is contained in:
parent
a2820028c3
commit
d3882cb1eb
1 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue