From 6e644fbb5888af7e4e4fe83150cfe363888d7929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 3 Aug 2024 06:14:17 +0300 Subject: [PATCH] caddy: expose metrics --- hosts/fwminex/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index f638591..16f127b 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -78,6 +78,9 @@ in caddy = { enable = true; globalConfig = '' + servers { + metrics + } auto_https off ''; };