Change upload limit nc

This commit is contained in:
Ruben Hensen
2025-02-16 13:09:56 +01:00
parent 8c06ac0a41
commit dbe4e719ea
+6
View File
@@ -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