diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-04 18:21:50 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | f6f0f47444f9a0dbfa86d578de1f0b396822ffa6 (patch) | |
tree | d482884c0a0629df4059817b4a90595c9c539436 /host/Spacebar-nginx/hosts/spacebar.chat/grafana.nix | |
parent | Add grafana domain (diff) | |
download | Spacebar-Open-Infrastructure-f6f0f47444f9a0dbfa86d578de1f0b396822ffa6.tar.xz |
Fix grafana ip
Diffstat (limited to '')
-rwxr-xr-x | host/Spacebar-nginx/hosts/spacebar.chat/grafana.nix | 2 |
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;" + |