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 5bce40bCopy full SHA for 5bce40b
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
+trap "echo start-nginx-debug got SIGTERM. Ignoring while nginx shuts down gracefully" SIGTERM
bin/start-nginx-solo
+trap "echo start-nginx-solo got SIGTERM. Ignoring while nginx shuts down gracefully" SIGTERM
0 commit comments