From 5d23db8e143214b46758e6ec507b4766bfa8c904 Mon Sep 17 00:00:00 2001 From: hackens server Date: Thu, 5 May 2022 17:31:18 +0200 Subject: [PATCH] config nginx valide pour grafana --- hosts/hackens-org/monitoring/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hackens-org/monitoring/default.nix b/hosts/hackens-org/monitoring/default.nix index 022c38b..3046185 100644 --- a/hosts/hackens-org/monitoring/default.nix +++ b/hosts/hackens-org/monitoring/default.nix @@ -27,7 +27,7 @@ grafana = { enable = true; }; - services.nginx.virtualHosts."monitoring.new.hackens.org" = { + nginx.virtualHosts."monitoring.new.hackens.org" = { forceSSL = true; enableACME = true; locations."/" = {