aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 705659d0a..571b5b76f 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -258,10 +258,8 @@ struct ngx_http_server_name_s {
typedef struct {
ngx_int_t status;
ngx_int_t overwrite;
- ngx_str_t uri;
+ ngx_http_complex_value_t value;
ngx_str_t args;
- ngx_array_t *uri_lengths;
- ngx_array_t *uri_values;
} ngx_http_err_page_t;