nginx-0.0.1-2004-01-26-11:52:49 import

This commit is contained in:
Igor Sysoev
2004-01-26 08:52:49 +00:00
parent 5c8c52f858
commit e04084c1b2
8 changed files with 334 additions and 216 deletions

View File

@@ -11,6 +11,7 @@ POLL=YES
HTTP_REWRITE=YES
HTTP_GZIP=YES
HTTP_SSI=YES
HTTP_PROXY=YES
PCRE=NO
@@ -42,6 +43,7 @@ do
--without-poll_module) POLL=NO ;;
--without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_ssi_module) HTTP_SSI=NO ;;
--without-http_gzip_module) HTTP_GZIP=NO ;;
--without-http_proxy_module) HTTP_PROXY=NO ;;