diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-16 20:19:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-16 20:19:16 +0000 |
commit | d404c9716322cfe8778e7494e55efb924f35ecaa (patch) | |
tree | 1501d7225b9c5f9f8cb7d87ece670bd5f9238b59 /src/core/ngx_modules.c | |
parent | e4aabac04e078f07dce73e90847ef02d74facbe2 (diff) | |
download | nginx-d404c9716322cfe8778e7494e55efb924f35ecaa.tar.gz nginx-d404c9716322cfe8778e7494e55efb924f35ecaa.zip |
nginx-0.0.1-2003-10-17-00:19:16 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r-- | src/core/ngx_modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index d7268c9eb..dfe0243ad 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -89,7 +89,7 @@ ngx_module_t *ngx_modules[] = { /* &ngx_http_ssi_filter_module, */ &ngx_http_charset_filter_module, - /* &ngx_http_static_module, */ + &ngx_http_static_module, &ngx_http_index_module, &ngx_http_proxy_module, |