mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2026-04-24 09:37:36 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c8f348d58 | |||
| 5b53da2756 |
@ -123,6 +123,9 @@ else
|
|||||||
echo "$NGINX_VERSION" >"${CACHE_DIR}/bin/.nginx-version"
|
echo "$NGINX_VERSION" >"${CACHE_DIR}/bin/.nginx-version"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Create logs directory for nginx's compiled-in default log paths
|
||||||
|
mkdir -p "$BUILD_DIR/nginx/logs"
|
||||||
|
|
||||||
# Update the PATH
|
# Update the PATH
|
||||||
mkdir -p "$BUILD_DIR/.profile.d"
|
mkdir -p "$BUILD_DIR/.profile.d"
|
||||||
cat >"$BUILD_DIR/.profile.d/nginx.sh" <<"EOF"
|
cat >"$BUILD_DIR/.profile.d/nginx.sh" <<"EOF"
|
||||||
|
|||||||
Reference in New Issue
Block a user