location /nginx-status { stub_status on; access_log off; allow 127.0.0.1; deny all; }
/etc/init.d/nginx restart
NGINX_STATUS_URL = http://127.0.0.1/nginx-status
/etc/init.d/bijk-node restart
We assume nginx listen on standard http port 80 and on localhost (127.0.0.1).
If it's running on another port, please add port number in Bijk configuration and restart Bijk daemon.
If it's not running on 127.0.0.1, please change that IP for primary IP of your server in nginx and bijk configuration and restart daemons.
You can check your previous changes with
links http://127.0.0.1/nginx-status
or
lynx http://127.0.0.1/nginx-status