You are not logged in.
The rc.d could use another parameter. Change line 34 from
/usr/sbin/nginx -c "$NGINX_CONFIG" &>/dev/null
to
/usr/sbin/nginx -p "$NGINX_PREFIX" -c "$NGINX_CONFIG" &>/dev/null
NGINX_CONFIG gets assigned in both rc.d and conf.d. Do the same for NGINX_PREFIX.
Then the var is obvious, not an obscure compiled-in default.
Thanks.
Offline
Devs don't check the forums, please create a bug report or email them via dev mailing list.
Offline