comparison src/http/ngx_http_core_module.h @ 312:429900ca25ee NGINX_0_6_0

nginx 0.6.0 *) Feature: the "server_name", "map", and "valid_referers" directives support the "www.example.*" wildcards.
author Igor Sysoev <http://sysoev.ru>
date Thu, 14 Jun 2007 00:00:00 +0400
parents 94e16de3c33f
children f7cd062ee035
comparison
equal deleted inserted replaced
311:fcb663e92663 312:429900ca25ee
171 171
172 typedef struct { 172 typedef struct {
173 in_addr_t addr; 173 in_addr_t addr;
174 174
175 ngx_hash_t hash; 175 ngx_hash_t hash;
176 ngx_hash_wildcard_t *dns_wildcards; 176 ngx_hash_wildcard_t *wc_head;
177 ngx_hash_wildcard_t *wc_tail;
177 178
178 ngx_array_t names; /* array of ngx_http_server_name_t */ 179 ngx_array_t names; /* array of ngx_http_server_name_t */
179 180
180 /* the default server configuration for this address:port */ 181 /* the default server configuration for this address:port */
181 ngx_http_core_srv_conf_t *core_srv_conf; 182 ngx_http_core_srv_conf_t *core_srv_conf;