comparison src/http/ngx_http_core_module.c @ 174:3080c5392b89 NGINX_0_3_34

nginx 0.3.34 *) Feature: the "add_header" directive supports the variables.
author Igor Sysoev <http://sysoev.ru>
date Tue, 21 Mar 2006 00:00:00 +0300
parents 1b490fc19afa
children 4cd3e70c4d60
comparison
equal deleted inserted replaced
173:298e7ea28d33 174:3080c5392b89
2010 ngx_hash_key_t *type; 2010 ngx_hash_key_t *type;
2011 ngx_hash_init_t types_hash; 2011 ngx_hash_init_t types_hash;
2012 2012
2013 if (conf->root.data == NULL) { 2013 if (conf->root.data == NULL) {
2014 2014
2015 conf->alias = prev->alias;
2015 conf->root = prev->root; 2016 conf->root = prev->root;
2016 conf->root_lengths = prev->root_lengths; 2017 conf->root_lengths = prev->root_lengths;
2017 conf->root_values = prev->root_values; 2018 conf->root_values = prev->root_values;
2018 2019
2019 if (prev->root.data == NULL) { 2020 if (prev->root.data == NULL) {