From cd1db419632e9ffe2e8595c8a2605c2eb23f9210 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Sat, 6 Jan 2024 19:36:31 -0700 Subject: [PATCH] feat: replace host in nextcloud http headers --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 2946c5c..2677100 100644 --- a/configuration.nix +++ b/configuration.nix @@ -242,6 +242,7 @@ php_fastcgi unix/${config.services.phpfpm.pools.nextcloud.socket} { root /zroot/nextcloud/data/ capture_stderr + header_up Host {upstream_hostport} } ''; };