aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_modules.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-09-26 05:45:21 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-09-26 05:45:21 +0000
commit02f0132392913bd632d2616a0c0ab5391c2cfc6d (patch)
tree98748e0ae20789088f409b611736a2ba7c3a6bc2 /src/core/ngx_modules.c
parent14827c7c6f83eaf74dc87d2132c0125f0d5d3f8e (diff)
downloadnginx-02f0132392913bd632d2616a0c0ab5391c2cfc6d.tar.gz
nginx-02f0132392913bd632d2616a0c0ab5391c2cfc6d.zip
nginx-0.0.1-2003-09-26-09:45:21 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r--src/core/ngx_modules.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c
index 0e33b96b2..8d3c5c075 100644
--- a/src/core/ngx_modules.c
+++ b/src/core/ngx_modules.c
@@ -33,6 +33,7 @@ extern ngx_module_t ngx_http_output_filter_module;
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,