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