mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
install uwsgi_params
This commit is contained in:
parent
741caead25
commit
2b92c289d4
1 changed files with 5 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue