Caddy health check only on root site

This commit is contained in:
SebClem 2024-09-14 16:20:22 +02:00
parent 4654fbeaac
commit edca331b7b
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -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)):