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 14ccd81 commit 20e8a91Copy full SHA for 20e8a91
bin/start-nginx
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+trap "echo start-nginx got SIGTERM. Ignoring while nginx shuts down gracefully" SIGTERM
4
+
5
psmgr=/tmp/nginx-buildpack-wait
6
rm -f $psmgr
7
mkfifo $psmgr
bin/start-nginx-debug
bin/start-nginx-solo
0 commit comments