Big files truncated

Axel junk at devignon.fr
Tue Aug 17 17:00:17 MSD 2010


Hi guys, 

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 ...). 

server {
        listen 80;
        server_name static.mydomain.tld;
        root /var/www/medias/;
        expires 90d;
        access_log /var/log/nginx/medias_access.log;
        error_log  /var/log/nginx/medias_error.log notice;

        location /videos/ {
                expires -90d;
                send_timeout          600;
                keepalive_timeout     600 600;
                error_page 404 = /videos/video_not_found.png;
        }

        location /gallery/ {
                error_page 404 = /galerie/1x1.png;
        }
}

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. 
Here is a screenshot of failed images



Has anyone got the same issue? I really tried a lot of things but nothing did the trick. The hardest part is that I cannot reproduce that issue as I want. Very though to test then...
Thanks for your help

Axel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20100817/d3e4d358/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: photo.PNG
Type: image/png
Size: 198633 bytes
Desc: not available
URL: <http://nginx.org/pipermail/nginx/attachments/20100817/d3e4d358/attachment-0001.png>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20100817/d3e4d358/attachment-0003.html>


More information about the nginx mailing list