Fix caddy metrics endpoint
Some checks failed
Run nix flake check / flake-check (push) Failing after 10m38s

This commit is contained in:
2024-12-04 04:09:06 +01:00
parent 5af18ca418
commit 4c60f7b5c1
2 changed files with 7 additions and 4 deletions

View File

@@ -156,7 +156,7 @@
job_name = "caddy";
static_configs = [
{
targets = [ "http-proxy.home.2rjus.net:2019" ];
targets = [ "http-proxy.home.2rjus.net" ];
}
];
}