From 1b138ed141c0bdb0c9944c1ae70e53682ed2d035 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 18 Nov 2003 21:34:08 +0000 Subject: nginx-0.0.1-2003-11-19-00:34:08 import --- src/http/ngx_http_core_module.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 7bd7eeaa1..695d2e5c0 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -128,6 +128,8 @@ typedef struct { int msie_padding; /* msie_padding */ ngx_array_t *error_pages; /* error_page */ + unsigned auto_redirect:1; + ngx_log_t *err_log; } ngx_http_core_loc_conf_t; -- cgit