comparison README @ 35:a84573f16a0c 0.5

Keepalive: update docs.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 03 Sep 2011 13:21:58 +0400
parents f3e74fbd0f0b
children 489c5d4318ff
comparison
equal deleted inserted replaced
34:e10649a96f39 35:a84573f16a0c
1 Keepalive balancer module for nginx. 1 Keepalive balancer module for nginx.
2 2
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. Support for fastcgi, http and https
5 5 requires expiremental patches for nginx.
6 Note: don't even try it with http backends. It won't work.
7
8 Note: it's for nginx 0.7.* and up, won't work with nginx 0.6.*.
9 6
10 Configuration directives: 7 Configuration directives:
11 8
12 keepalive <num> [single] 9 keepalive <num> [single]
13 10