- New http_uwsgi_module, replacing the (optional) external one - New ngx_http_split_clients module - Support "map" directive with keys longer than 255 charecters - Allow overriding client request header in fastcgi_param - New "proxy_no_cache" and "fastcgi_no_cache" directives - Automatically redirect from "rewrite" if $scheme is used - Various bugfixes
16 lines
580 B
Text
16 lines
580 B
Text
$NetBSD: patch-ab,v 1.1 2010/06/15 20:05:48 joerg Exp $
|
|
|
|
Workaround for /bin/sh bug on NetBSD
|
|
|
|
--- auto/install.orig 2010-06-15 19:50:33.000000000 +0000
|
|
+++ auto/install
|
|
@@ -114,9 +114,6 @@ install: $NGX_OBJS${ngx_dirsep}nginx${ng
|
|
|| cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH'
|
|
cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default'
|
|
|
|
- test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \
|
|
- || mkdir -p '\$(DESTDIR)`dirname "$NGX_PID_PATH"`'
|
|
-
|
|
test -d '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' || \
|
|
mkdir -p '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`'
|
|
|