mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
Merge pull request #4 from Downchuck/master
Use full path of nginx executable
This commit is contained in:
commit
9da922ee28
@ -134,6 +134,6 @@ cat <<EOF >"$BUILD_DIR/start_nginx"
|
||||
#!/usr/bin/env bash
|
||||
rm -f /app/nginx/nginx.conf
|
||||
erb /app/nginx/nginx.conf.erb > /app/nginx/nginx.conf
|
||||
exec nginx -p /app/nginx -c /app/nginx/nginx.conf
|
||||
exec /app/nginx/nginx -p /app/nginx -c /app/nginx/nginx.conf
|
||||
EOF
|
||||
chmod +x "$BUILD_DIR/start_nginx"
|
||||
|
Loading…
Reference in New Issue
Block a user