1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

Update extra_php-fpm.conf

This commit is contained in:
Éric Gaspar 2023-05-23 16:01:39 +02:00
parent bbdb52b887
commit 14e63f050c

View file

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