diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-27 12:18:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-27 12:18:54 +0000 |
commit | 6253ca1b62c24bbac8c380d4ae64353b671ad7ef (patch) | |
tree | cccc0130b6fb065ff235750d23b817e890bd5e57 /src/core/ngx_modules.c | |
parent | 187fcd82410e0f9022b0090a27b040eb1211c3f5 (diff) | |
download | nginx-6253ca1b62c24bbac8c380d4ae64353b671ad7ef.tar.gz nginx-6253ca1b62c24bbac8c380d4ae64353b671ad7ef.zip |
nginx-0.0.1-2003-05-27-16:18:54 import
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 }; |