From 34000cbddcb7b6623a86db9d48da2eec6a4a68b2 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 4 Feb 2025 14:25:30 +0100 Subject: [PATCH] Add HSTS header and discovery config 7 --- apps/templates/nextcloud-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index 55483f7..fe17f4f 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -40,7 +40,7 @@ spec: proxy.config.php: | ['10.0.0.0/8'], + 'trusted_proxies' => ['10.0.0.0/8', '192.168.1.1/24'], ); phpClientHttpsFix: enabled: true