diff options
Diffstat (limited to 'host')
-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;" + |