aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_modules.c')
-rw-r--r--src/http/ngx_http_modules.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/http/ngx_http_modules.c b/src/http/ngx_http_modules.c
deleted file mode 100644
index 5b814baf9..000000000
--- a/src/http/ngx_http_modules.c
+++ /dev/null
@@ -1,23 +0,0 @@
-
-#include <ngx_http.h>
-
-extern ngx_http_module_t ngx_http_header_filter_module;
-
-extern ngx_http_module_t ngx_http_write_filter_module;
-extern ngx_http_module_t ngx_http_output_filter_module;
-
-extern ngx_http_module_t ngx_http_core_module;
-extern ngx_http_module_t ngx_http_index_module;
-
-ngx_http_module_t *ngx_http_modules[] = {
-
- &ngx_http_header_filter_module,
-
- &ngx_http_write_filter_module,
- &ngx_http_output_filter_module,
-
- &ngx_http_index_module,
- &ngx_http_core_module,
-
- NULL
-};