ngx_addon_name=ngx_http_upstream_keepalive_module
HTTP_MODULES="$HTTP_MODULES ngx_http_upstream_keepalive_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_upstream_keepalive_module.c"


if [ "$HTTP_UPSTREAM_KEEPALIVE" != NO ]; then
    echo "$0: error: must disable nginx offical module with \"--without-http_upstream_keepalive_module\" option"
    exit 1
fi
