From 1284f91637a6f8cde5d8862f8cd717260cbfb20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Fri, 14 Feb 2025 15:19:20 +0100 Subject: [PATCH] Restore docker onlyoffice IP (nixos pkgs works but old version that does not work with FF CSP) --- 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 e468137..001c476 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -118,7 +118,7 @@ in { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://192.168.1.46"; + proxyPass = "http://192.168.1.125:8000"; proxyWebsockets = true; recommendedProxySettings = true; };