From e31e90b3e10ca2afafccae9a57910133d93b2d37 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 19 May 2005 13:25:22 +0000 Subject: nginx-0.1.32-RELEASE import *) Bugfix: the arguments were omitted in the redirects, issued by the "rewrite" directive; the bug had appeared in 0.1.29. *) Feature: the "if" directive supports the captures in regular expressions. *) Feature: the "set" directive supports the variables and the captures of regular expressions. *) Feature: the "X-Accel-Redirect" response header line is supported in proxy and FastCGI mode. --- auto/os/linux | 1 - 1 file changed, 1 deletion(-) (limited to 'auto/os/linux') diff --git a/auto/os/linux b/auto/os/linux index 5926211a4..32ef4cb8f 100644 --- a/auto/os/linux +++ b/auto/os/linux @@ -7,7 +7,6 @@ have=NGX_LINUX . auto/have_headers CORE_INCS="$UNIX_INCS" CORE_DEPS="$UNIX_DEPS $LINUX_DEPS" CORE_SRCS="$UNIX_SRCS $LINUX_SRCS" -CRYPT_LIB="-lcrypt" ngx_spacer=' ' -- cgit