From 46de433574fd3e6158ccdcbfe47128f412dae0a6 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 4 Feb 2025 14:32:37 +0100 Subject: [PATCH] Add HSTS header and discovery config 9 --- 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 7feb7a2..55483f7 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', '192.168.1.1/32'], + 'trusted_proxies' => ['10.0.0.0/8'], ); phpClientHttpsFix: enabled: true