mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
Enable php https fix
This commit is contained in:
@@ -36,18 +36,9 @@ spec:
|
|||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
nextcloud:
|
nextcloud:
|
||||||
host: drive.hensen.io
|
host: drive.hensen.io
|
||||||
configs:
|
phpClientHttpsFix:
|
||||||
polling.config.php: |-
|
enabled: true
|
||||||
<?php
|
protocol: https
|
||||||
$CONFIG = array (
|
|
||||||
'trusted_domains' =>
|
|
||||||
array (
|
|
||||||
0 => 'drive.hensen.io',
|
|
||||||
),
|
|
||||||
'overwrite.cli.url' => 'https://drive.hensen.io',
|
|
||||||
'overwritehost' => 'drive.hensen.io',
|
|
||||||
'overwriteprotocol' => 'https',
|
|
||||||
);
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
# className: nginx
|
# className: nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user