mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
add header for http healthcheck (#4085)
This commit is contained in:
@@ -216,6 +216,10 @@ healthCheck.path = "/status"
|
||||
healthCheck.intervalSeconds = 10
|
||||
healthCheck.maxFailed = 3
|
||||
healthCheck.timeoutSeconds = 3
|
||||
# set health check headers
|
||||
healthCheck.httpheaders=[
|
||||
{ name = "x-from-where", value = "frp" }
|
||||
]
|
||||
|
||||
[[proxies]]
|
||||
name = "web02"
|
||||
|
Reference in New Issue
Block a user