diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-09-24 14:02:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-24 14:02:50 +0000 |
| commit | 753792e108677d4a444e89a54e94c3188235ddeb (patch) | |
| tree | a7b87e35b500116c3cc4f23ed7c1a468046eab13 /src/http/ngx_http_core_module.h | |
| parent | e17cc987d32259f19145a260e9ee755c1cf21227 (diff) | |
| download | nginx-753792e108677d4a444e89a54e94c3188235ddeb.tar.gz nginx-753792e108677d4a444e89a54e94c3188235ddeb.tar.bz2 | |
underscores_in_headers
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 a3d8940a9..e28aad561 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -155,6 +155,7 @@ typedef struct { ngx_flag_t ignore_invalid_headers; ngx_flag_t merge_slashes; + ngx_flag_t underscores_in_headers; ngx_http_core_loc_conf_t **named_locations; } ngx_http_core_srv_conf_t; |
