diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-07-08 15:17:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-08 15:17:47 +0000 |
| commit | 755694565542b227c6966e8ba78425c84cf6e009 (patch) | |
| tree | 22c2929c01be68df4e1b2057a704a0ec73a237e5 /auto/sources | |
| parent | 8e811c11b96bafca446404c6256d8edbb01900b0 (diff) | |
| download | nginx-755694565542b227c6966e8ba78425c84cf6e009.tar.gz nginx-755694565542b227c6966e8ba78425c84cf6e009.tar.bz2 | |
nginx-0.0.7-2004-07-08-19:17:47 import
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 041b23daf..34f61a3c3 100644 --- a/auto/sources +++ b/auto/sources @@ -249,6 +249,10 @@ 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_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 |
