What is the maximum limit of PHP / MySQL / Nginx in a request before giving error 504 Gateway Time-out

4

And if possible how can I extend this time for large queries / requests?

    
asked by anonymous 13.05.2015 / 17:38

1 answer

3

I was able to solve the problem, I changed the max_execution_time to 900 which is equivalent to 15 minutes and worked!

    
13.05.2015 / 21:13