Caddy health check only on root site
This commit is contained in:
parent
4654fbeaac
commit
edca331b7b
@ -269,7 +269,7 @@ class ActionModule(ActionBase):
|
|||||||
"tls_cert_dir": this_tls_cert_dir,
|
"tls_cert_dir": this_tls_cert_dir,
|
||||||
"protected": this_protected,
|
"protected": this_protected,
|
||||||
"whitelist_local": this_whitelist_local,
|
"whitelist_local": this_whitelist_local,
|
||||||
"health_uri": "/" + this_uptime_raw_config.get("endpoint", "")
|
"health_uri": None
|
||||||
})
|
})
|
||||||
|
|
||||||
if not this_dns.get("skip", dns.get("skip", False)):
|
if not this_dns.get("skip", dns.get("skip", False)):
|
||||||
|
Loading…
Reference in New Issue
Block a user