From 1c6643d4c2cfae1346f1b8bf3a7f4a07a4fb091c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Wed, 8 Jan 2025 11:23:32 +0100 Subject: [PATCH] Use OnlyOffice docker until nixpkgs is fixed --- 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 5caf47d..9095fcf 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -115,7 +115,7 @@ in forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://192.168.1.46"; + proxyPass = "http://192.168.1.125:8000"; proxyWebsockets = true; recommendedProxySettings = true; };