mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
Change upload limit nc
This commit is contained in:
@@ -47,6 +47,12 @@ spec:
|
|||||||
$CONFIG = array (
|
$CONFIG = array (
|
||||||
'default_phone_region' => 'NL',
|
'default_phone_region' => 'NL',
|
||||||
);
|
);
|
||||||
|
upload.config.php: |
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'upload_max_filesize' => '16G',
|
||||||
|
'post_max_size' => '16G',
|
||||||
|
);
|
||||||
phpClientHttpsFix:
|
phpClientHttpsFix:
|
||||||
enabled: true
|
enabled: true
|
||||||
protocol: https
|
protocol: https
|
||||||
|
|||||||
Reference in New Issue
Block a user