diff src/http/ngx_http_core_module.h @ 176:c0552e5ab567

nginx-0.0.1-2003-11-09-23:03:38 import; separate building
author Igor Sysoev <igor@sysoev.ru>
date Sun, 09 Nov 2003 20:03:38 +0000
parents 96993d4d5067
children 02a715e85df1
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -100,6 +100,12 @@ typedef struct {
 
 
 typedef struct {
+    int        code;
+    ngx_str_t  uri;
+} ngx_http_err_page_t;
+
+
+typedef struct {
     ngx_str_t     name;          /* location name */
     void        **loc_conf ;     /* pointer to the modules' loc_conf */
 
@@ -120,6 +126,7 @@ typedef struct {
     ngx_msec_t    lingering_timeout;       /* lingering_timeout */
 
     int           msie_padding;            /* msie_padding */
+    ngx_array_t  *error_pages;             /* error_page */
 
     ngx_log_t    *err_log;
 } ngx_http_core_loc_conf_t;