Skip to content

Commit

Permalink
Adjust PHP post_max_size
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed May 4, 2021
1 parent a791532 commit 65c8b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/php-fpm-www-pool.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ php_admin_value[error_reporting] = E_ALL
php_admin_flag[log_errors] = on
php_admin_value[open_basedir] = /home/www/phpMyAdmin:/tmp
php_admin_value[upload_max_filesize] = 512M
php_admin_value[post_max_size] = 512M

0 comments on commit 65c8b9c

Please sign in to comment.