diff --git a/services/nginx/default.nix b/services/nginx/default.nix index 0cf0ede..401d4a6 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -184,7 +184,7 @@ in { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://192.168.1.125:5055"; + proxyPass = "http://192.168.1.24:5055"; recommendedProxySettings = true; }; };