Merge pull request #248 from rzeka/master

Allow max_input_vars in PHP-FPM configuration
This commit is contained in:
Roman Schmerold
2015-08-24 17:06:23 +02:00

View File

@@ -83,6 +83,7 @@ class phpinterface_fpm {
'error_log',
'gpc_order',
'max_input_time',
'max_input_vars',
'memory_limit',
'open_basedir',
'output_buffering',