diff src/core/ngx_modules.c @ 134:d57c6835225c

nginx-0.0.1-2003-09-26-09:45:21 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Sep 2003 05:45:21 +0000
parents f6e3c5d019b6
children e29909bd9b8a
line wrap: on
line diff
--- a/src/core/ngx_modules.c
+++ b/src/core/ngx_modules.c
@@ -33,6 +33,7 @@ extern ngx_module_t  ngx_http_output_fil
 extern ngx_module_t  ngx_http_header_filter_module;
 
 extern ngx_module_t  ngx_http_chunked_filter_module;
+extern ngx_module_t  ngx_http_gzip_filter_module;
 extern ngx_module_t  ngx_http_range_filter_module;
 extern ngx_module_t  ngx_http_charset_filter_module;
 
@@ -81,7 +82,7 @@ ngx_module_t *ngx_modules[] = {
     &ngx_http_header_filter_module,
 
     &ngx_http_chunked_filter_module,
-    /* &ngx_http_gzip_filter_module, */
+    &ngx_http_gzip_filter_module,
     &ngx_http_range_filter_module,
     /* &ngx_http_ssi_filter_module, */
     &ngx_http_charset_filter_module,