# HG changeset patch # User Maxim Dounin # Date 1315041718 -14400 # Node ID a84573f16a0c9d18bd5bd4a77f70e30e21268395 # Parent e10649a96f39c1cdaabc43195a413f767defd9f7 Keepalive: update docs. diff --git a/CHANGES b/CHANGES --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ + +Changes with upstream keepalive module 0.5 (2011-09-03): + + *) Feature: https connections support (requires patches). + + *) Bugfix: invalid connections might be cached. + Changes with upstream keepalive module 0.4 (2010-12-15): diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 Maxim Dounin + * Copyright (C) 2008-2011 Maxim Dounin * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/README b/README --- a/README +++ b/README @@ -1,11 +1,8 @@ Keepalive balancer module for nginx. This module implements cache for backend connections. As of now, it may -be used with memcached upstreams. - -Note: don't even try it with http backends. It won't work. - -Note: it's for nginx 0.7.* and up, won't work with nginx 0.6.*. +be used with memcached upstreams. Support for fastcgi, http and https +requires expiremental patches for nginx. Configuration directives: