mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-27 01:02:29 -04:00
reverseproxy: Fix incorrect health_headers Caddyfile parsing (#4485)
Fixes #4481
This commit is contained in:
@@ -7,6 +7,7 @@ reverse_proxy 127.0.0.1:65535 {
|
||||
X-Header-Keys VbG4NZwWnipo 335Q9/MhqcNU3s2TO
|
||||
X-Empty-Value
|
||||
}
|
||||
health_uri /health
|
||||
}
|
||||
----------
|
||||
{
|
||||
@@ -38,7 +39,8 @@ reverse_proxy 127.0.0.1:65535 {
|
||||
"VbG4NZwWnipo",
|
||||
"335Q9/MhqcNU3s2TO"
|
||||
]
|
||||
}
|
||||
},
|
||||
"uri": "/health"
|
||||
}
|
||||
},
|
||||
"upstreams": [
|
||||
|
||||
Reference in New Issue
Block a user