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