I have a PHP application running on Nginx and PHP-FPM.
When I used Apache, request an interrupt (close the browser) of the completed php process, but now the script continues to run until the end. The fastcgi_ignore_client_abort option is Off , and I do not use the fastcgi_finish_request function.
What could be causing this behavior? Or how can I tell php that the request is aborted?
source share