mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
nc add trusted proxies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user