
# Increase file upload limits
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 256M

# Enable file uploads
php_flag file_uploads On

# Increase max input variables
php_value max_input_vars 3000
