FastCGI PHP Fatal Error Memory Exhausted

What about updating some PHP settings?

php_max_execution_time: 300
php_max_input_time: 300
php_memory_limit: 256M
php_max_input_vars: 2000

That’s correct :+1:

2 Likes