mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
100M
This commit is contained in:
parent
ef2523ba95
commit
f010baf223
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ location __PATH__/ {
|
|||
|
||||
index index.php;
|
||||
|
||||
client_max_body_size 1G;
|
||||
client_max_body_size 100M;
|
||||
|
||||
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
||||
|
||||
|
|
|
@ -419,8 +419,8 @@ chdir = __FINALPATH__
|
|||
;php_admin_value[memory_limit] = 32M
|
||||
|
||||
; Common values to change to increase file upload limit
|
||||
php_admin_value[upload_max_filesize] = 1G
|
||||
php_admin_value[post_max_size] = 1G
|
||||
php_admin_value[upload_max_filesize] = 100M
|
||||
php_admin_value[post_max_size] = 100M
|
||||
php_value[max_input_vars] = 5000
|
||||
; php_admin_flag[mail.add_x_header] = Off
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue