From b000a6ecae42e011c3a8d9dcbb294e473959d768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Thu, 29 May 2025 21:54:30 +0200 Subject: [PATCH] Update nginx vhosts --- services/nginx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };