aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_modules.c
blob: ca1f4ac8402aedf759fe69553aea682402c4c18b (plain)
1
2
3
4
5
6
7
extern ngx_http_module_t ngx_http_output_filter_module;

ngx_http_module_t *ngx_http_modules[] = {
    ngx_http_output_filter_module,
    NULL
};