NGINX + PHP-FPM - Strange issue when trying to display images via php-gd / readfile - Connection wont terminate
- by anonymous-one
Ok, to get the details out of the way:
The php script can be anything as simple as:
<?
header('Content-Type: image/jpeg');
readfile('/local/image.jpg');
?>
When I try to execute this via nginx + php-fpm what happens is the image shows up in the browser, here is what happens:
IE - The page stays blank for a long period of time, and…