diff src/core/ngx_modules.c @ 144:ef8c87afcfc5

nginx-0.0.1-2003-10-12-20:49:16 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 12 Oct 2003 16:49:16 +0000
parents 2a615b036870
children 5afee0074707
line wrap: on
line diff
--- a/src/core/ngx_modules.c
+++ b/src/core/ngx_modules.c
@@ -38,8 +38,8 @@ extern ngx_module_t  ngx_http_not_modifi
 extern ngx_module_t  ngx_http_range_filter_module;
 extern ngx_module_t  ngx_http_charset_filter_module;
 
+extern ngx_module_t  ngx_http_static_module;
 extern ngx_module_t  ngx_http_index_module;
-extern ngx_module_t  ngx_http_static_module;
 extern ngx_module_t  ngx_http_proxy_module;
 
 extern ngx_module_t  ngx_http_log_module;
@@ -89,8 +89,8 @@ ngx_module_t *ngx_modules[] = {
     /* &ngx_http_ssi_filter_module, */
     &ngx_http_charset_filter_module,
 
+    /* &ngx_http_static_module, */
     &ngx_http_index_module,
-    /* &ngx_http_static_module, */
     &ngx_http_proxy_module,
 
     &ngx_http_log_module,