comparison src/core/ngx_modules.c @ 137:2a615b036870

nginx-0.0.1-2003-10-03-19:50:53 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 03 Oct 2003 15:50:53 +0000
parents e29909bd9b8a
children ef8c87afcfc5
comparison
equal deleted inserted replaced
136:da00cde00e8a 137:2a615b036870
89 /* &ngx_http_ssi_filter_module, */ 89 /* &ngx_http_ssi_filter_module, */
90 &ngx_http_charset_filter_module, 90 &ngx_http_charset_filter_module,
91 91
92 &ngx_http_index_module, 92 &ngx_http_index_module,
93 /* &ngx_http_static_module, */ 93 /* &ngx_http_static_module, */
94 /* &ngx_http_proxy_module, */ 94 &ngx_http_proxy_module,
95 95
96 &ngx_http_log_module, 96 &ngx_http_log_module,
97 97
98 NULL 98 NULL
99 }; 99 };