Welcome! Log In Create A New Profile

Advanced

Big files truncated

All files from this thread

File Name File Size   Posted by Date  
photo.PNG 194 KB open | download Axel 08/17/2010 Read message
Axel
August 17, 2010 09:08AM
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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Attachments:
open | download - photo.PNG (194 KB)
Subject Author Posted

Big files truncated Attachments

Axel August 17, 2010 09:08AM

Re: Big files truncated

Maxim Dounin August 17, 2010 10:48AM

Re: Big files truncated

Axel August 17, 2010 01:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 230
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready