nc add trusted proxies

This commit is contained in:
Ruben Hensen
2025-02-03 14:41:35 +01:00
parent 33310685cf
commit 39227a48c2
+6
View File
@@ -36,6 +36,12 @@ spec:
# memory: 128Mi
nextcloud:
host: drive.hensen.io
configs:
proxy.config.php: |
<?php
$CONFIG = array (
'trusted_proxies' => ['10.0.0.0/8'],
);
phpClientHttpsFix:
enabled: true
protocol: https