The problem turned out to be the AWS ELB terminating connections after 60 seconds of being idleby TFATM - Migration from Other Servers
As an update I created a simple test file <?php sleep(70); echo 'hello'; ?> When accessing the page the 499 response error is generated.by TFATM - Migration from Other Servers
Hi everyone, I am hoping that someone on here can help me sovle this before I'm forced to move back to Apache where I know this just works. I have a PHP script which can take a 3 minutes to execute and which runs fine from the command-line using php. however, when I trigger the script from a web page, I receive a HTTP 499 response within the nginx access logs 60 seconds after the request is maby TFATM - Migration from Other Servers