<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi guys,&nbsp;<div><br></div><div>I get still the same issue on nginx 0.7.67. Medium and big files are sometimes (I don't know when or why) truncated. I have a server configuration for static.mydomain.tld that is doing nothing else than sending static content (no PHP, CGI ...).&nbsp;</div><div><div><br></div><div><i>server {</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;listen 80;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;server_name static.mydomain.tld;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;root /var/www/medias/;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;expires 90d;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;access_log /var/log/nginx/medias_access.log;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;error_log &nbsp;/var/log/nginx/medias_error.log notice;</i></div><div><i><br></i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;location /videos/ {</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;expires -90d;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;send_timeout &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;600;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;keepalive_timeout &nbsp; &nbsp; 600 600;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;error_page 404 = /videos/video_not_found.png;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</i></div><div><i><br></i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;location /gallery/ {</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;error_page 404 = /galerie/1x1.png;</i></div><div><i>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</i></div><div><i>}</i></div></div><div><br></div><div>When it fails on images, I have half-downloaded images and when it fails on videos, the video playback stops after a couple a seconds.&nbsp;</div><div>Here is a screenshot of failed images</div><div><br></div><div></div></body></html>