mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-13 20:36:23 +00:00
Change cp for .conf
This commit is contained in:
parent
36c6e73871
commit
d9177c1cde
@ -82,8 +82,8 @@ make install
|
|||||||
|
|
||||||
rm -rf "nginx-${NGINX_VERSION}"
|
rm -rf "nginx-${NGINX_VERSION}"
|
||||||
|
|
||||||
if [[ ! -f $BUILDDIR/nginx.conf.erb ]]; then
|
if [[ ! -f $BUILDDIR/nginx.conf ]]; then
|
||||||
cp $BINDIR/../conf/nginx.conf.erb $BUILDDIR/nginx.conf.erb
|
cp $BINDIR/../conf/nginx.conf $BUILDDIR/nginx.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -f $BUILDDIR/mime.types ]]; then
|
if [[ ! -f $BUILDDIR/mime.types ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user