comparison src/http/ngx_http_core_module.h @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents ba876b26b76d
children d4241d7787fe
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
103 ngx_str_t type; 103 ngx_str_t type;
104 } ngx_http_type_t; 104 } ngx_http_type_t;
105 105
106 106
107 typedef struct { 107 typedef struct {
108 int code; 108 ngx_int_t status;
109 int overwrite; 109 ngx_int_t overwrite;
110 ngx_str_t uri; 110 ngx_str_t uri;
111 } ngx_http_err_page_t; 111 } ngx_http_err_page_t;
112 112
113 113
114 typedef struct { 114 typedef struct {