diff --git a/plugins/action/load_caddy_config.py b/plugins/action/load_caddy_config.py index b17da92..bcfb435 100644 --- a/plugins/action/load_caddy_config.py +++ b/plugins/action/load_caddy_config.py @@ -269,7 +269,7 @@ class ActionModule(ActionBase): "tls_cert_dir": this_tls_cert_dir, "protected": this_protected, "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)):