comparison src/http/ngx_http_core_module.h @ 323:ba876b26b76d

nginx-0.0.3-2004-04-21-22:54:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Apr 2004 18:54:33 +0000
parents 00c5660d2707
children 8733703a37f3
comparison
equal deleted inserted replaced
322:ab2f8c9a2a45 323:ba876b26b76d
104 } ngx_http_type_t; 104 } ngx_http_type_t;
105 105
106 106
107 typedef struct { 107 typedef struct {
108 int code; 108 int code;
109 int overwrite;
109 ngx_str_t uri; 110 ngx_str_t uri;
110 } ngx_http_err_page_t; 111 } ngx_http_err_page_t;
111 112
112 113
113 typedef struct { 114 typedef struct {