aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/files/nginx.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.sh.in
index 61b6914955df..03c6600014cb 100644
--- a/www/nginx/files/nginx.sh.in
+++ b/www/nginx/files/nginx.sh.in
@@ -35,6 +35,7 @@ command="%%PREFIX%%/sbin/nginx"
_pidprefix="/var/run/nginx"
pidfile="${_pidprefix}.pid"
required_files=%%PREFIX%%/etc/nginx/nginx.conf
+extra_commands="reload configtest upgrade gracefulstop"
[ -z "$nginx_enable" ] && nginx_enable="NO"
[ -z "$nginxlimits_enable" ] && nginxlimits_enable="NO"
@@ -118,5 +119,4 @@ nginx_precmd()
fi
}
-extra_commands="reload configtest upgrade gracefulstop"
run_rc_command "$1"