From 328e83e1e0387050dfa40a24cd37983b41007c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Barnouin?= Date: Sat, 9 Nov 2024 14:40:56 +0100 Subject: [PATCH] Change nextcloud host --- 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 d9717f5..ffebf9f 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -104,7 +104,7 @@ in forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://192.168.1.44"; + proxyPass = "http://192.168.1.45"; proxyWebsockets = true; recommendedProxySettings = true; };