Created attachment 224002 [details] nginx.diff nginx support various stop signals TERM, INT, QUIT my patch add the ability to customize the signal for service stop
ping
maintainer timeout
is there a reference / source for this?
(In reply to Jochen Neumeister from comment #3) Controlling nginx http://nginx.org/en/docs/control.html
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cdfb588b4ced018428ce752e88f24e919ceb1aa commit 7cdfb588b4ced018428ce752e88f24e919ceb1aa Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-01-07 13:11:05 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-01-07 13:12:15 +0000 www/nginx: add the ability to customize the stop signal PR: 254961 Sponsored by: Netzkommune GmbH www/nginx/Makefile | 2 +- www/nginx/files/nginx.in | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-)
hello, there's a typo on line 153 in https://cgit.freebsd.org/ports/tree/www/nginx/files/nginx.in?id=7cdfb588b4ced018428ce752e88f24e919ceb1aa thanks!