aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/services/grafana/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
};
};