1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00
This commit is contained in:
Éric Gaspar 2023-05-23 14:38:58 +02:00
parent 1932ff75ef
commit f0bc131cb0
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
; Additional php.ini defines, specific to this pool of workers.
php_admin_value[upload_max_filesize] = 256M
php_admin_value[post_max_size] = 256M
php_admin_value[upload_max_filesize] = 500M
php_admin_value[post_max_size] = 500M

View file

@ -12,7 +12,7 @@ location __PATH__/ {
}
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 256M;
client_max_body_size 500M;
try_files $uri $uri/ index.php;