From 99f06182188dec3384f63aff0983e33605e9b9d2 Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Sat, 9 Jul 2016 11:21:23 -0700 Subject: [PATCH] nginx-1.9.15-upstream_timeout_fields.patch: renamed HAVE_UPSTREAM_TIMEOUT_FIELDS to HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS. --- patches/nginx-1.9.15-upstream_timeout_fields.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/nginx-1.9.15-upstream_timeout_fields.patch b/patches/nginx-1.9.15-upstream_timeout_fields.patch index 7d994c8..8d51947 100644 --- a/patches/nginx-1.9.15-upstream_timeout_fields.patch +++ b/patches/nginx-1.9.15-upstream_timeout_fields.patch @@ -110,7 +110,7 @@ diff -r 13070ecfda67 src/http/ngx_http_upstream.h ngx_http_upstream_conf_t *conf; + -+#define HAVE_UPSTREAM_TIMEOUT_FIELDS 1 ++#define HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS 1 + ngx_msec_t connect_timeout; + ngx_msec_t send_timeout; + ngx_msec_t read_timeout;