We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258104a commit 19f99dfCopy full SHA for 19f99df
bin/start-nginx
@@ -54,6 +54,7 @@ fi
54
# We expect nginx to run in foreground.
55
# We also expect a socket to be at /tmp/nginx.socket.
56
echo 'buildpack=nginx at=nginx-start'
57
+ rm -f /var/run/cabotage/cabotage.sock
58
cd /tmp
59
/usr/bin/nginx -p . -c /code/config/nginx.conf
60
echo 'nginx' >$psmgr
0 commit comments