From b16ea49c4499ee50309e46d1ecc9fc4b06fdb51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Wed, 13 Oct 2021 13:27:27 +0100 Subject: [PATCH] nextcloud: Set TRUSTED_PROXIES Part of #47 --- configuration/services/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/services/nextcloud.nix b/configuration/services/nextcloud.nix index 4b74ac7..f8a0f08 100644 --- a/configuration/services/nextcloud.nix +++ b/configuration/services/nextcloud.nix @@ -20,6 +20,7 @@ POSTGRES_USER = "nextcloud"; POSTGRES_HOST = "nextcloud-postgres"; OVERWRITEPROTOCOL = "https"; + TRUSTED_PROXIES = "127.0.0.1"; }; };