diff options
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 661fcafbf..40cf40f0d 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -105,8 +105,8 @@ typedef struct { typedef struct { - int code; - int overwrite; + ngx_int_t status; + ngx_int_t overwrite; ngx_str_t uri; } ngx_http_err_page_t; |
