From abad3065389206030e9068e800d6dc131f659557 Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 6 Jan 2024 22:24:47 -0700 Subject: [PATCH] fix: remove header_up Host The template wasn't working, removing the fixes it. --- configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 33174cb..ecf3e05 100644 --- a/configuration.nix +++ b/configuration.nix @@ -196,9 +196,6 @@ enable = true; home = "/zroot/nextcloud"; hostName = "nextcloud.samsehu.perli.casa"; - config.trustedProxies = [ - "127.0.0.1" - ]; config.adminpassFile = "/var/nextcloud-admin-pass"; }; services.phpfpm.pools.nextcloud.settings = { @@ -245,7 +242,6 @@ php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} { root ${config.services.nextcloud.package} capture_stderr - header_up Host {upstream.hostport} } ''; };