mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
nc add trusted proxies
This commit is contained in:
@@ -36,6 +36,12 @@ spec:
|
|||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
nextcloud:
|
nextcloud:
|
||||||
host: drive.hensen.io
|
host: drive.hensen.io
|
||||||
|
configs:
|
||||||
|
proxy.config.php: |
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'trusted_proxies' => ['10.0.0.0/8'],
|
||||||
|
);
|
||||||
phpClientHttpsFix:
|
phpClientHttpsFix:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: https
|
protocol: https
|
||||||
|
|||||||
Reference in New Issue
Block a user