Update values.yaml
This commit is contained in:
@@ -54,10 +54,12 @@ nextcloud:
|
||||
|
||||
phpConfigs: {}
|
||||
|
||||
# For example, to use S3 as primary storage
|
||||
# ref: https://docs.nextcloud.com/server/13/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3
|
||||
#
|
||||
configs:
|
||||
nginx.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'overwriteprotocol' => 'https'
|
||||
);
|
||||
storage.config.php: |-
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
|
||||
Reference in New Issue
Block a user