comparison src/http/modules/ngx_http_proxy_module.c @ 7238:06cf0c4b8618

Upstream: fixed comments after 13f8dec720b5. The fields "uri", "location", and "url" from ngx_http_upstream_conf_t moved to ngx_http_proxy_loc_conf_t and ngx_http_proxy_vars_t, reflect this change in create_loc_conf comments.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 19 Mar 2018 16:22:09 +0300
parents 20f139e9ffa8
children 9e25a5380a21
comparison
equal deleted inserted replaced
7237:d87393919a10 7238:06cf0c4b8618
2795 * conf->upstream.cache_zone = NULL; 2795 * conf->upstream.cache_zone = NULL;
2796 * conf->upstream.cache_use_stale = 0; 2796 * conf->upstream.cache_use_stale = 0;
2797 * conf->upstream.cache_methods = 0; 2797 * conf->upstream.cache_methods = 0;
2798 * conf->upstream.temp_path = NULL; 2798 * conf->upstream.temp_path = NULL;
2799 * conf->upstream.hide_headers_hash = { NULL, 0 }; 2799 * conf->upstream.hide_headers_hash = { NULL, 0 };
2800 * conf->upstream.uri = { 0, NULL };
2801 * conf->upstream.location = NULL;
2802 * conf->upstream.store_lengths = NULL; 2800 * conf->upstream.store_lengths = NULL;
2803 * conf->upstream.store_values = NULL; 2801 * conf->upstream.store_values = NULL;
2804 * conf->upstream.ssl_name = NULL; 2802 * conf->upstream.ssl_name = NULL;
2805 * 2803 *
2806 * conf->method = NULL; 2804 * conf->method = NULL;
2805 * conf->location = NULL;
2806 * conf->url = { 0, NULL };
2807 * conf->headers_source = NULL; 2807 * conf->headers_source = NULL;
2808 * conf->headers.lengths = NULL; 2808 * conf->headers.lengths = NULL;
2809 * conf->headers.values = NULL; 2809 * conf->headers.values = NULL;
2810 * conf->headers.hash = { NULL, 0 }; 2810 * conf->headers.hash = { NULL, 0 };
2811 * conf->headers_cache.lengths = NULL; 2811 * conf->headers_cache.lengths = NULL;