We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c44d commit a259c65Copy full SHA for a259c65
php-fpm.conf
@@ -32,3 +32,4 @@ php_value[error_log] = /var/log/error.log
32
php_value[memory_limit] = 1024M
33
php_value[error_reporting] = E_ALL
34
php_admin_flag[expose_php] = Off
35
+php_value[max_input_vars] = 5000
php.ini
@@ -1,8 +1,9 @@
1
[PHP]
2
date.timezone=Europe/London
3
memory_limit=1024M
4
+max_input_vars=5000
5
upload_max_filesize=64M
6
post_max_size=64M
7
client_max_body_size=64M
-display_errors = Off
8
-display_startup_errors = Off
+display_errors=Off
9
+display_startup_errors=Off
0 commit comments