mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Update php-fpm.conf
This commit is contained in:
parent
50756fe400
commit
802b292285
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ chdir = __FINALPATH__
|
||||||
; Common values to change to increase file upload limit
|
; Common values to change to increase file upload limit
|
||||||
php_admin_value[upload_max_filesize] = 1G
|
php_admin_value[upload_max_filesize] = 1G
|
||||||
php_admin_value[post_max_size] = 1G
|
php_admin_value[post_max_size] = 1G
|
||||||
php_value[max_input_vars] = 1G
|
php_value[max_input_vars] = 5000
|
||||||
; php_admin_flag[mail.add_x_header] = Off
|
; php_admin_flag[mail.add_x_header] = Off
|
||||||
|
|
||||||
; Other common parameters
|
; Other common parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue