mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
bump filesize limit
This commit is contained in:
parent
aaa71d4d51
commit
9c40ca5291
1 changed files with 2 additions and 0 deletions
|
@ -401,6 +401,8 @@ chdir = __FINALPATH__
|
|||
; php_admin_value/php_admin_flag - these directives won't be overwritten by
|
||||
; PHP call 'ini_set'
|
||||
; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
|
||||
php_value[upload_max_filesize] = 100M
|
||||
php_value[post_max_size] = 100M
|
||||
|
||||
; Defining 'extension' will load the corresponding shared extension from
|
||||
; extension_dir. Defining 'disable_functions' or 'disable_classes' will not
|
||||
|
|
Loading…
Add table
Reference in a new issue