diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 745dadf..84b92e2 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -65,6 +65,9 @@ in { locations."/" = { proxyPass = "http://127.0.0.1:9008"; }; + locations."/metrics" = { + return = "404"; + }; }; "syncv3.stitchy.moe" = { enableACME = true;