comparison auto/install @ 593:4d3e880ce86c NGINX_0_8_42

nginx 0.8.42 *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Jun 2010 00:00:00 +0400
parents bc110f60c0de
children 428c6e58046a
comparison
equal deleted inserted replaced
592:c570633043e7 593:4d3e880ce86c
108 test -f '\$(DESTDIR)$NGX_CONF_PREFIX/uwsgi_params' \ 108 test -f '\$(DESTDIR)$NGX_CONF_PREFIX/uwsgi_params' \
109 || cp conf/uwsgi_params '\$(DESTDIR)$NGX_CONF_PREFIX' 109 || cp conf/uwsgi_params '\$(DESTDIR)$NGX_CONF_PREFIX'
110 cp conf/uwsgi_params \ 110 cp conf/uwsgi_params \
111 '\$(DESTDIR)$NGX_CONF_PREFIX/uwsgi_params.default' 111 '\$(DESTDIR)$NGX_CONF_PREFIX/uwsgi_params.default'
112 112
113 test -f '\$(DESTDIR)$NGX_CONF_PREFIX/scgi_params' \
114 || cp conf/scgi_params '\$(DESTDIR)$NGX_CONF_PREFIX'
115 cp conf/scgi_params \
116 '\$(DESTDIR)$NGX_CONF_PREFIX/scgi_params.default'
117
113 test -f '\$(DESTDIR)$NGX_CONF_PATH' \ 118 test -f '\$(DESTDIR)$NGX_CONF_PATH' \
114 || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH' 119 || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH'
115 cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default' 120 cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default'
116 121
117 test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \ 122 test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \