diff options
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index d6b4a62cc..027dd45f9 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -83,7 +83,7 @@ typedef struct { ngx_str_t schema; ngx_str_t uri; - ngx_str_t *location; + ngx_str_t location; ngx_str_t url; /* used in proxy_rewrite_location */ } ngx_http_upstream_conf_t; |