Re: Prevent reverse proxy from sending range headers to source server

2016-02-05 Thread FSC
No idea how I missed that. Thank you very much! Also for people that might find this thread later: Adding the parameter "updating" to the directive "proxy_cache_use_stale" is important as well if you want to minimize the traffic the origin server generates. proxy_cache_use_stale updating; proxy

Prevent reverse proxy from sending range headers to source server

2016-02-04 Thread FSC
Hello everyone! I set up my reverse proxy to cache files stored at AWS S3. I want to minimize the amount of traffic generated at AWS. Many of the files are mp4s. Clients make GET requests with the range set. A video player may get multiple chunks of a file at once. How can I have the proxy serve

Re: SSL + Large file uploads (3GB+)

2013-07-12 Thread FSC
At the end of the day the cause was a timeout due to long processing in the background. Thanks for having a look anyways! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,240727,240783#msg-240783 ___ nginx mailing list nginx@nginx.org http://m

SSL + Large file uploads (3GB+)

2013-07-10 Thread FSC
Hello, I'm having problems uploading large files (3GB) to a server with SSL enabled. I'm using nginx 1.4.2 + passenger. Files around 1GB large work fine. My /tmp mount is large enough to handle files of that size. I guess I'm missing something. I read about a SSLRenegBufferSize parameter for the