comparison README @ 46:92125e266aa4 draft

Keepalive: note the module is included into nginx 1.1.4.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Jun 2012 02:52:10 +0400
parents 489c5d4318ff
children
comparison
equal deleted inserted replaced
45:489c5d4318ff 46:92125e266aa4
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.
4 be used with memcached upstreams. Support for fastcgi, http and https 4
5 requires expiremental patches for nginx. 5 As of nginx 1.1.4 the module is included into nginx, and compiled in
6 by default. There is no need to install this module separately.
6 7
7 Configuration directives: 8 Configuration directives:
8 9
9 keepalive <num> [single] 10 keepalive <num> [single]
10 11