File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ trap " echo start-nginx got SIGTERM. Ignoring while nginx shuts down gracefully" SIGTERM
4+
35psmgr=/tmp/nginx-buildpack-wait
46rm -f $psmgr
57mkfifo $psmgr
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ trap " echo start-nginx-debug got SIGTERM. Ignoring while nginx shuts down gracefully" SIGTERM
4+
35psmgr=/tmp/nginx-buildpack-wait
46rm -f $psmgr
57mkfifo $psmgr
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ trap " echo start-nginx-solo got SIGTERM. Ignoring while nginx shuts down gracefully" SIGTERM
4+
35psmgr=/tmp/nginx-buildpack-wait
46rm -f $psmgr
57mkfifo $psmgr
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ x.x] - xxxx-xx-xx
88### Changes
99- [ all] Patched nginx so it gracefully shuts down on SIGTERM.
10+ - [ all] start-nginx scripts ignore the SIGTERM signal so they do not kill off nginx abruptly.
1011
1112## [ 1.7] - 2021-06-04
1213### Changes
You can’t perform that action at this time.
0 commit comments