From d81160e4854dac43f924724b66ea09aa0ccc2322 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 27 Apr 2025 23:12:23 -0400 Subject: [PATCH] add grafana subpath --- modules/hosts/nixos/nixnuc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index dc792bb..9bbcbbf 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -421,7 +421,7 @@ in { enableACME = true; acmeRoot = null; forceSSL = true; - locations."/grafana/".proxyPass = "http://${backend_ip}:3002"; + locations."/grafana/".proxyPass = "http://${backend_ip}:3002/grafana/"; }; "nc.${home_domain}" = { listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];