diff options
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index e11d82941..9a9f97bdd 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -225,6 +225,7 @@ typedef struct { ngx_int_t status; ngx_int_t overwrite; ngx_str_t uri; + ngx_str_t args; ngx_array_t *uri_lengths; ngx_array_t *uri_values; } ngx_http_err_page_t; |
