diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -2012,6 +2012,7 @@ ngx_http_core_merge_loc_conf(ngx_conf_t 
 
     if (conf->root.data == NULL) {
 
+        conf->alias = prev->alias;
         conf->root = prev->root;
         conf->root_lengths = prev->root_lengths;
         conf->root_values = prev->root_values;