summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-04 18:21:50 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitf6f0f47444f9a0dbfa86d578de1f0b396822ffa6 (patch)
treed482884c0a0629df4059817b4a90595c9c539436
parentAdd grafana domain (diff)
downloadSpacebar-Open-Infrastructure-f6f0f47444f9a0dbfa86d578de1f0b396822ffa6.tar.xz
Fix grafana ip
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/grafana.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/grafana.nix b/host/Spacebar-nginx/hosts/spacebar.chat/grafana.nix
index 9aad5f5..d2b7207 100755
--- a/host/Spacebar-nginx/hosts/spacebar.chat/grafana.nix
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/grafana.nix
@@ -3,7 +3,7 @@
   forceSSL = true;
   locations = {
     "/" = {
-      proxyPass = "http://192.168.99:3000";
+      proxyPass = "http://192.168.1.99:3000";
       proxyWebsockets = true;
       extraConfig =
         "proxy_ssl_server_name on;" +