2023-09-14 22:59:08 +02:00
|
|
|
{{ caddy.server_name }} {
|
|
|
|
reverse_proxy {{ caddy.lb_targets | join(" ") }} {
|
|
|
|
lb_policy cookie
|
2023-09-17 13:24:27 +02:00
|
|
|
health_uri /
|
|
|
|
health_port 80
|
|
|
|
health_interval 5s
|
|
|
|
health_timeout 2s
|
|
|
|
health_status 2xx
|
2023-09-14 22:59:08 +02:00
|
|
|
}
|
|
|
|
}
|