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_set_header Range "";by FSC - Nginx Mailing List - English
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 server NOT send the client's Range header along to AWS S3? I want the cached version to be used. Theby FSC - Nginx Mailing List - English
At the end of the day the cause was a timeout due to long processing in the background. Thanks for having a look anyways!by FSC - Nginx Mailing List - English
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 apache server - is there a similar directive for nginx that I'm missing? I appreciate any hints.by FSC - Nginx Mailing List - English
Hello, when I change following for example the 404-page is still cached after the 5 minutes: proxy_cache_valid 404 7d; to proxy_cache_valid 404 5m; Is this behavior normal? How could I clear the cached 404-pages only without purging the entire cache or one page at a time?by FSC - How to...
I would like to replace a reverse proxy server. I would like to move the proxy cache so it does not have to fetch every file from the origin server again. Are the file-names inside the cache based on anything besides the proxy_cache_key? I use these two settings: proxy_cache_path /nginx-cache/thumbs levels=1:2 inactive=14d keys_zone=thumbs_cache:1000m max_size=600000m; proxy_by FSC - How to...
Hello, I use the proxy_store directive to make local copies of video files. Since these files are rather large I'm looking for a way to limit the used disk-space. Are there similar options to the max_size and inactive option of the proxy_cache_path directive? Thank you.by FSC - How to...
![]() |
![]() |
![]() |
![]() |
|