summaryrefslogtreecommitdiffhomepage
path: root/auto/configure
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-05-19 13:25:22 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-05-19 13:25:22 +0000
commite31e90b3e10ca2afafccae9a57910133d93b2d37 (patch)
tree7177a8f48a555733b170bfcad4e9e7072ea8c027 /auto/configure
parentb1a641cafa2ef042035155f68e5f571303853dfc (diff)
downloadnginx-release-0.1.32.tar.gz
nginx-release-0.1.32.tar.bz2
nginx-0.1.32-RELEASE importrelease-0.1.32
*) 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.
Diffstat (limited to '')
-rwxr-xr-xauto/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure
index d046b5931..f54ef241c 100755
--- a/auto/configure
+++ b/auto/configure
@@ -27,6 +27,7 @@ fi
. auto/os/conf
if [ "$NGX_PLATFORM" != win32 ]; then
+ . auto/os/features
. auto/threads
fi