From 3a0b71fff9c21773104f739003eda55446064c9b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Apr 2022 13:49:52 -0700 Subject: grafana: set proper port for reverse proxy --- modules/services/grafana/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services') diff --git a/modules/services/grafana/default.nix b/modules/services/grafana/default.nix index e200ab0..3b40cc8 100644 --- a/modules/services/grafana/default.nix +++ b/modules/services/grafana/default.nix @@ -35,7 +35,7 @@ in { forceSSL = true; useACMEHost = "dash.fcuny.xyz"; locations."/" = { - proxyPass = "http://127.0.0.1:9090"; + proxyPass = "http://127.0.0.1:3000"; proxyWebsockets = true; }; }; -- cgit 1.4.1