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