summaryrefslogtreecommitdiff
path: root/www/nginx/files/nginx.in
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2022-05-25 14:55:34 +0200
committerJochen Neumeister <joneum@FreeBSD.org>2022-05-25 14:56:54 +0200
commit227ea79fa715daf8684a4db2f5bd4bef4ce01f75 (patch)
tree0a64703c002033f506c4923ea3cecac248d438e3 /www/nginx/files/nginx.in
parentx11-wm/stumpwm: Update to 22.05 (diff)
www/nginx: Update lua-nginx-module
Update lua-nginx-module to v0.10.21 and fix some typo PR: 264150 Sponsored by: Netzkommune GmbH
Diffstat (limited to 'www/nginx/files/nginx.in')
-rw-r--r--www/nginx/files/nginx.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/files/nginx.in b/www/nginx/files/nginx.in
index aa463c0c591d..337db1191be7 100644
--- a/www/nginx/files/nginx.in
+++ b/www/nginx/files/nginx.in
@@ -25,7 +25,7 @@
# nginx_http_accept_enable (bool): Set to "NO" by default.
# Set to yes to check for accf_http kernel module
# on start-up and load if not loaded.
-# nginx_sig_stop (str): Default to "-TERM"
+# nginx_sig_stop (str): Default to "TERM"
. /etc/rc.subr
@@ -133,7 +133,7 @@ nginx_upgrade()
run_rc_command ${rc_prefix}reload $rc_extra_args || return 1
}
-nginx_prestart()
+nginx_prestart()
{
if checkyesno nginx_http_accept_enable
then