comparison README @ 22:f3e74fbd0f0b 0.3

Keepalive: add CHANGES, minor documentation fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Sep 2010 20:09:10 +0400
parents c1a2ef20a2a7
children a84573f16a0c
comparison
equal deleted inserted replaced
21:9a4ee6fe1c6d 22:f3e74fbd0f0b
3 This module implements cache for backend connections. As of now, it may 3 This module implements cache for backend connections. As of now, it may
4 be used with memcached upstreams. 4 be used with memcached upstreams.
5 5
6 Note: don't even try it with http backends. It won't work. 6 Note: don't even try it with http backends. It won't work.
7 7
8 Note: it's for nginx 0.7.* and won't work with nginx 0.6.*. 8 Note: it's for nginx 0.7.* and up, won't work with nginx 0.6.*.
9 9
10 Configuration directives: 10 Configuration directives:
11 11
12 keepalive <num> [single] 12 keepalive <num> [single]
13 13