1
0
Fork 0
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:
navanchauhan 2022-07-22 12:03:58 -06:00
parent aaa71d4d51
commit 9c40ca5291

View file

@ -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