Skip to content

Commit

Permalink
EB: Increase PHP post_max_size for growing Manage push
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Sep 27, 2024
1 parent 6230b79 commit 8c6647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/engineblock/templates/engine-pool-72.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ slowlog = /var/log/php-fpm/www-slow.log
php_admin_value[error_log] = /var/log/php-fpm/engine-error.log
php_admin_flag[log_errors] = on
php_admin_value[memory_limit] = {{ engine_fpm_memory }}
php_admin_value[post_max_size] = 16M
php_admin_value[post_max_size] = 25M

; Set session path to a directory owned by process user
php_value[session.save_handler] = files
Expand Down

0 comments on commit 8c6647f

Please sign in to comment.