diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-10-18 11:36:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-10-18 11:36:58 +0000 |
commit | 8decab3dd9bb0e9c5313be590bb09f5b54ff7cb7 (patch) | |
tree | 6bdf42d1bbabb7f197c9e3448add38aed9d78f2b /src/http/ngx_http_core_module.h | |
parent | 4c5207fd563eda01384ede94758ff333879abffc (diff) | |
download | nginx-8decab3dd9bb0e9c5313be590bb09f5b54ff7cb7.tar.gz nginx-8decab3dd9bb0e9c5313be590bb09f5b54ff7cb7.zip |
merge_slashes
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 36d339ed7..d57f65a02 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -143,6 +143,7 @@ typedef struct { ngx_flag_t optimize_server_names; ngx_flag_t ignore_invalid_headers; + ngx_flag_t merge_slashes; } ngx_http_core_srv_conf_t; |