From 0eb7ee1dbd6129628c29d4a60d9a0b81cd3b278b Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 22:15:08 -0700 Subject: [PATCH] change trusted proxy address to loopback address --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 82a6d1b..33174cb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -197,7 +197,7 @@ home = "/zroot/nextcloud"; hostName = "nextcloud.samsehu.perli.casa"; config.trustedProxies = [ - "nextcloud.samsehu.perli.casa" + "127.0.0.1" ]; config.adminpassFile = "/var/nextcloud-admin-pass"; };