diff src/http/ngx_http.c @ 2166:723df5089c05

use hash in gzip_types, ssi_types, and sub_filter_types
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Aug 2008 13:11:36 +0000
parents fb3b084e7d42
children a69886fc2864
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -59,6 +59,12 @@ ngx_int_t  (*ngx_http_top_header_filter)
 ngx_int_t  (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
 
 
+ngx_str_t  ngx_http_html_default_types[] = {
+    ngx_string("text/html"),
+    ngx_null_string
+};
+
+
 static ngx_command_t  ngx_http_commands[] = {
 
     { ngx_string("http"),