diff options
Diffstat (limited to 'www/nginx/files/nginx.sh.in')
-rw-r--r-- | www/nginx/files/nginx.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/files/nginx.sh.in b/www/nginx/files/nginx.sh.in index 7e6d0d19c869..61b6914955df 100644 --- a/www/nginx/files/nginx.sh.in +++ b/www/nginx/files/nginx.sh.in @@ -22,7 +22,7 @@ . /etc/rc.subr name="nginx" -rcvar=`set_rcvar` +rcvar=nginx_enable start_precmd="nginx_precmd" restart_precmd="nginx_checkconfig" |