diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-03-22 09:40:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-22 09:40:04 +0000 |
commit | 17f0e66bd9794d3a3b5ed5c67461eac22398c3d0 (patch) | |
tree | 4f4fefe6bc6b835bdefcc4c75cb48a53127e4ec3 /src/http/ngx_http_core_module.h | |
parent | 0c2fd4a5deef75bf94a96bd1d05c56efdc368d5d (diff) | |
download | nginx-17f0e66bd9794d3a3b5ed5c67461eac22398c3d0.tar.gz nginx-17f0e66bd9794d3a3b5ed5c67461eac22398c3d0.zip |
use complex value in error_page
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 4 |
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; |