1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00

Increase upload_max_filesize

This commit is contained in:
Kay0u 2020-03-27 13:54:08 +01:00
parent b960720820
commit 4a8314ce7a
No known key found for this signature in database
GPG key ID: 7FF262C033518333
2 changed files with 4 additions and 5 deletions

View file

@ -11,8 +11,7 @@ location __PATH__/ {
index index.php; index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file client_max_body_size 1G;
#client_max_body_size 50M;
try_files $uri $uri/ index.php; try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {

View file

@ -419,8 +419,8 @@ chdir = __FINALPATH__
;php_admin_value[memory_limit] = 32M ;php_admin_value[memory_limit] = 32M
; Common values to change to increase file upload limit ; Common values to change to increase file upload limit
; php_admin_value[upload_max_filesize] = 50M php_admin_value[upload_max_filesize] = 1G
; php_admin_value[post_max_size] = 50M php_admin_value[post_max_size] = 1G
; php_admin_flag[mail.add_x_header] = Off ; php_admin_flag[mail.add_x_header] = Off
; Other common parameters ; Other common parameters