diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-07-16 17:11:43 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-16 17:11:43 +0000 |
| commit | f38e046a0a2e7437f8232ef2a99cead69c4b9ebb (patch) | |
| tree | 5d9a68d757f7994506cdb497ce43d4ddd63c7eaa /auto/sources | |
| parent | 0ad253766fb8d62f257c446410a632a596ac5783 (diff) | |
| download | nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.tar.gz nginx-f38e046a0a2e7437f8232ef2a99cead69c4b9ebb.tar.bz2 | |
nginx-0.0.7-2004-07-16-21:11:43 import
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/auto/sources b/auto/sources index 7c8b7b33f..6b66e51b1 100644 --- a/auto/sources +++ b/auto/sources @@ -253,11 +253,6 @@ HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_filter_module HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter.c -HTTP_SSL_FILTER_MODULE=ngx_http_ssl_filter_module -HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_filter.h -HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_filter.c - - HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter.c @@ -274,6 +269,11 @@ HTTP_REWRITE_MODULE=ngx_http_rewrite_module HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c +HTTP_SSL_MODULE=ngx_http_ssl_module +HTTP_SSL_DEPS=src/http/modules/ngx_http_ssl_module.h +HTTP_SSL_SRCS=src/http/modules/ngx_http_ssl_module.c + + HTTP_PROXY_MODULE=ngx_http_proxy_module HTTP_PROXY_INCS="src/http/modules/proxy" HTTP_PROXY_DEPS=src/http/modules/proxy/ngx_http_proxy_handler.h |
