Skip to content

Commit a259c65

Browse files
committed
add max_input_vars=5000
1 parent 135c44d commit a259c65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

php-fpm.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ php_value[error_log] = /var/log/error.log
3232
php_value[memory_limit] = 1024M
3333
php_value[error_reporting] = E_ALL
3434
php_admin_flag[expose_php] = Off
35+
php_value[max_input_vars] = 5000

php.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[PHP]
22
date.timezone=Europe/London
33
memory_limit=1024M
4+
max_input_vars=5000
45
upload_max_filesize=64M
56
post_max_size=64M
67
client_max_body_size=64M
7-
display_errors = Off
8-
display_startup_errors = Off
8+
display_errors=Off
9+
display_startup_errors=Off

0 commit comments

Comments
 (0)