nginx-quic/src/http/ngx_http_modules.c

8 lines
147 B
C
Raw Normal View History

2002-09-07 06:14:25 -04:00
extern ngx_http_module_t ngx_http_output_filter_module;
ngx_http_module_t *ngx_http_modules[] = {
ngx_http_output_filter_module,
NULL
};