comparison src/http/ngx_http_core_module.c @ 625:fbed40ce7cb4 release-0.3.34

nginx-0.3.34-RELEASE import *) Feature: the "add_header" directive supports the variables.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 21 Mar 2006 08:20:41 +0000
parents 0216fd1471f3
children 5d2b8078c1c2
comparison
equal deleted inserted replaced
624:16dd488c514b 625:fbed40ce7cb4
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) {