diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-02-03 12:58:48 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-02-03 12:58:48 +0000 |
| commit | 8290d287b40f017404ef90dc93cc793f987d1492 (patch) | |
| tree | 1f69eb2c85bb6f839ec654dd8826b9c839167e8c /src/http/ngx_http_core_module.h | |
| parent | 3d1679b4b03162ec477a90dce2088ab40aee830f (diff) | |
| download | nginx-8290d287b40f017404ef90dc93cc793f987d1492.tar.gz nginx-8290d287b40f017404ef90dc93cc793f987d1492.tar.bz2 | |
nginx-0.3.26-RELEASE importrelease-0.3.26
*) Change: the "optimize_host_names" directive was renamed to the
"optimize_server_names".
*) Bugfix: if in the "proxy_pass" directive was no the URI part, then
the main request URI was transferred to a backend while proxying the
SSI subrequest.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 48cbc4217..438228950 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -109,7 +109,7 @@ typedef struct { ngx_uint_t restrict_host_names; - ngx_flag_t optimize_host_names; + ngx_flag_t optimize_server_names; ngx_flag_t ignore_invalid_headers; } ngx_http_core_srv_conf_t; |
