From: Igor Sysoev Date: Tue, 8 Jun 2010 15:25:48 +0000 (+0000) Subject: install uwsgi_params X-Git-Tag: release-0.8.41~7 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=2b92c289d451b649663f7d9ed1fd2471ca34575a;p=nginx.git install uwsgi_params --- diff --git a/auto/install b/auto/install index 2116d34e7..a3bfa8497 100644 --- a/auto/install +++ b/auto/install @@ -105,6 +105,11 @@ install: $NGX_OBJS${ngx_dirsep}nginx${ngx_binext} \ || cp conf/fastcgi.conf '\$(DESTDIR)$NGX_CONF_PREFIX' cp conf/fastcgi.conf '\$(DESTDIR)$NGX_CONF_PREFIX/fastcgi.conf.default' + test -f '\$(DESTDIR)$NGX_CONF_PREFIX/uwsgi_params' \ + || cp conf/uwsgi_params '\$(DESTDIR)$NGX_CONF_PREFIX' + cp conf/uwsgi_params \ + '\$(DESTDIR)$NGX_CONF_PREFIX/uwsgi_params.default' + test -f '\$(DESTDIR)$NGX_CONF_PATH' \ || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH' cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default'