| commit | 455a7fcc1ea972a76a63dafc3f30d306431a2013 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Mar 21 08:20:41 2006 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Mar 21 08:20:41 2006 +0000 |
| tree | 71a087a4bddd79b3cb31bcaa02574d8da47a484c | |
| parent | 0443dda3d3f99abc9db8ca2365cdae9132a244ed [diff] [blame] |
nginx-0.3.34-RELEASE import
*) Feature: the "add_header" directive supports the variables.
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 8e9d0b3..6e55c40 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -2012,6 +2012,7 @@ 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;