* change max_input_vars to 100000.

This commit is contained in:
wangyidong
2017-05-11 09:06:18 +08:00
parent 9a89d93eaa
commit d47d8cfecf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ php_flag file_uploads On
php_value upload_max_filesize 50M
php_value display_errors 1
# for post vars limit.
php_value max_input_vars 3000
php_value max_input_vars 100000
# yslow settings.
<IfModule mod_expires.c>
+1 -1
View File
@@ -14,7 +14,7 @@ php_flag file_uploads On
php_value upload_max_filesize 50M
php_value display_errors 1
# for post vars limit.
php_value max_input_vars 3000
php_value max_input_vars 100000
# yslow settings.
<IfModule mod_expires.c>