comparison src/http/ngx_http_modules.c @ 9:6f58641241bb

nginx-0.0.1-2002-09-07-14:14:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sat, 07 Sep 2002 10:14:25 +0000
parents
children 4f3879d9b6f6
comparison
equal deleted inserted replaced
8:708f8bb772ec 9:6f58641241bb
1
2 extern ngx_http_module_t ngx_http_output_filter_module;
3
4 ngx_http_module_t *ngx_http_modules[] = {
5 ngx_http_output_filter_module,
6 NULL
7 };