comparison configure @ 6:80ba094c6b3e NGINX_0_1_3

nginx 0.1.3 *) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Oct 2004 00:00:00 +0400
parents 4b2dafa26fe2
children 74b1868dd3cd
comparison
equal deleted inserted replaced
5:985c56ebe724 6:80ba094c6b3e
21 . auto/headers 21 . auto/headers
22 fi 22 fi
23 23
24 . auto/cc/conf 24 . auto/cc/conf
25 . auto/os/conf 25 . auto/os/conf
26 . auto/modules
27 . auto/lib/conf
28 26
29 if [ "$PLATFORM" != win32 ]; then 27 if [ "$PLATFORM" != win32 ]; then
30 . auto/threads 28 . auto/threads
31 fi 29 fi
30
31 . auto/modules
32 . auto/lib/conf
32 33
33 . auto/make 34 . auto/make
34 . auto/lib/make 35 . auto/lib/make
35 . auto/install 36 . auto/install
36 37