From 96f8377fd89b8735027ccfebea8ad9e77f40f51c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 7 Sep 2002 10:14:25 +0000 Subject: nginx-0.0.1-2002-09-07-14:14:25 import --- src/http/ngx_http_modules.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/http/ngx_http_modules.c (limited to 'src/http/ngx_http_modules.c') diff --git a/src/http/ngx_http_modules.c b/src/http/ngx_http_modules.c new file mode 100644 index 000000000..ca1f4ac84 --- /dev/null +++ b/src/http/ngx_http_modules.c @@ -0,0 +1,7 @@ + +extern ngx_http_module_t ngx_http_output_filter_module; + +ngx_http_module_t *ngx_http_modules[] = { + ngx_http_output_filter_module, + NULL +}; -- cgit