summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-02-03 12:58:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-02-03 12:58:48 +0000
commit8290d287b40f017404ef90dc93cc793f987d1492 (patch)
tree1f69eb2c85bb6f839ec654dd8826b9c839167e8c /src/http/ngx_http_core_module.h
parent3d1679b4b03162ec477a90dce2088ab40aee830f (diff)
downloadnginx-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.h2
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;