diff options
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r-- | src/core/ngx_modules.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index cf5458c5a..8f57db399 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -30,6 +30,7 @@ extern ngx_module_t ngx_http_output_filter_module; extern ngx_module_t ngx_http_header_filter_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; @@ -68,9 +69,8 @@ ngx_module_t *ngx_modules[] = { /* &ngx_http_ssi_filter_module, */ &ngx_http_index_module, -/* - &ngx_http_proxy_module, -*/ + /* &ngx_http_static_module, */ + /* &ngx_http_proxy_module, */ NULL }; |