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 20bf3a626..48cbc4217 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -109,6 +109,7 @@ typedef struct { ngx_uint_t restrict_host_names; + ngx_flag_t optimize_host_names; ngx_flag_t ignore_invalid_headers; } ngx_http_core_srv_conf_t; |