proxy_cache_lock stat under log

2016-05-29 Thread yogeshorai
Hi, We are using proxy_cache_lock feature of nginx and have set proxy_cache_lock_age and proxy_cache_lock_timeout attributes. To monitor and get overall stats we are looking for nginx log generated and any option to add some proxy cache lock based numbers to log entries. Some info about request

Re: Range request with Accept-Encoding:“gzip,deflate" for *.pdf.* file-name pattern returns 416

2016-05-19 Thread yogeshorai
Thnx maxim for pointing it out. We investigated further and issue seems to be at our back-end server. Thanks a lot for your help Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266713,266998#msg-266998 ___ nginx mailing list nginx@nginx.org

Range request with Accept-Encoding:“gzip,deflate" for *.pdf.* file-name pattern returns 416

2016-05-09 Thread yogeshorai
We are facing this weird behavior wherein if a range request with Accept-Encoding:“gzip,deflate" is called for a url having .pdf as part of path, nginx would throw 416 even if the range is well within overall size of source file Also this happens for Range request "Range: bytes=20-" and above whi