php.ini:
max_execution_time = 60
max_input_time = 60
memory_limit = 256
Web sunucun nginx ise:
nginx.conf:
...
http {
    ...
    keepalive_timeout 60; #60 saniye
    ...
}