Re: try_files and gzip_static

2017-07-22 Thread DonaldCock
Still have been working on it, and I can tell gunzip works just fine even without uncompressed files. But try_files and rewrite just don't acknowledge it at all. Is this a bug or is it intended? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275539,275613#msg-275613 __

try_files and gzip_static

2017-07-17 Thread DonaldCock
From my knowledge, try_files works with gzip_static if both compressed and uncompressed files exist, but with "gunzip on;", it doesn't seem like try_files becomes aware of this, and so it'll only serve either the compressed or uncompressed file. Any idea how to get around this? I can't serve the f