comparison README @ 17:93115aab4c92 0.4

Update docs.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Sep 2011 15:06:53 +0400
parents 0dd7d109e56b
children
comparison
equal deleted inserted replaced
16:50ec0697da32 17:93115aab4c92
6 clients without gzip support. 6 clients without gzip support.
7 7
8 Note well: only responses with Content-Encoding set to gzip before this module 8 Note well: only responses with Content-Encoding set to gzip before this module
9 are handled (e.g. using "add_header Content-Encoding gzip;" isn't enough as it 9 are handled (e.g. using "add_header Content-Encoding gzip;" isn't enough as it
10 happens after). As of now only proxy and fastcgi are able to do so. 10 happens after). As of now only proxy and fastcgi are able to do so.
11
12 This module was designed to work with nginx 0.8.* (though it should work with
13 0.7.* too).
14 11
15 Configuration directives: 12 Configuration directives:
16 13
17 gunzip (on|off) 14 gunzip (on|off)
18 15