diff options
Diffstat (limited to 'src/http/ngx_http_modules.c')
-rw-r--r-- | src/http/ngx_http_modules.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 +}; |