]> git.kaiwu.me - nginx.git/commit
Gzip static: "always" parameter in "gzip_static" directive.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Sep 2012 16:48:25 +0000 (16:48 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Sep 2012 16:48:25 +0000 (16:48 +0000)
commit86aee85d2ea41d79999ed95333ede8fdd8a135c2
tree871062c734e2ad1570c402f1d645e83eb4c58a1e
parent23a959615e0e7f73c5503582a3e70a5e08edc493
Gzip static: "always" parameter in "gzip_static" directive.

With "always" gzip static returns gzipped content in all cases, without
checking if client supports it.  It is useful if there are no uncompressed
files on disk anyway.
src/http/modules/ngx_http_gzip_static_module.c