add max_input_vars

This commit is contained in:
VirtuBox 2018-03-19 11:20:14 +01:00 committed by GitHub
parent 32476a1cd7
commit aad44d9a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ zend.enable_gc = On
expose_php = Off
max_execution_time = 300
max_input_time = 600
max_input_vars = 10000
memory_limit = 256M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
@ -42,12 +43,12 @@ max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
date.timezone = Europe/Paris
[CLI Server]
cli_server.color = On
[Date]
date.timezone = Europe/Paris
[filter]