diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-12-18 16:02:44 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-12-18 16:02:44 +0000 |
| commit | 43f279dc9c57673ffdf6058590ee16f798fb0b24 (patch) | |
| tree | 70f1073e0a266f1888469712709df3817dc2df1b /auto/sources | |
| parent | d10f2fb86f787f8e5bffd5877f2a0cf72afb1d55 (diff) | |
| download | nginx-release-0.3.17.tar.gz nginx-release-0.3.17.tar.bz2 | |
nginx-0.3.17-RELEASE importrelease-0.3.17
*) Change: now on Linux configure checks the presence of epoll and
sendfile64() in kernel.
*) Feature: the "map" directive supports domain names in the
".domain.tld" form.
*) Bugfix: the timeouts were not used in SSL handshake; the bug had
appeared in 0.2.4.
*) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
*) Bugfix: when the HTTPS protocol was used in the "proxy_pass"
directive the port 80 was used by default.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index b59808313..5eacc1ae2 100644 --- a/auto/sources +++ b/auto/sources @@ -266,6 +266,7 @@ HTTP_DEPS="src/http/ngx_http.h \ HTTP_SRCS="src/http/ngx_http.c \ src/http/ngx_http_core_module.c \ + src/http/ngx_http_config.c \ src/http/ngx_http_special_response.c \ src/http/ngx_http_request.c \ src/http/ngx_http_parse.c \ |
