diff options
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 07b840588a0b..58ca596a2a63 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -393,7 +393,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream.h .endif .if defined(WITH_HTTP_UPSTREAM_KEEPALIVE) -NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.4 +NGINX_UPSTREAM_KEEPALIVE_VERSION= 0.7 MASTER_SITES+= http://mdounin.ru/files/:upstream DISTFILES+= ngx_http_upstream_keepalive-${NGINX_UPSTREAM_KEEPALIVE_VERSION}.tar.gz:upstream CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_upstream_keepalive-${NGINX_UPSTREAM_KEEPALIVE_VERSION} |