A reminder for those who has multiple rigs and want to check all web info pages in one single page.
nvOC v0019-2.0 in one of your rigs edit and change IP and ports
sudo nanovar/www/html/multiminerinfo.html
Sample page :

If you just want the info for internal network use internal_rig_ip instead of external ip and no port needed
then open multi miner info by :
http://<rig_with_multiminer_page_ip>/multiminerinfo.html
If you want the info for external network use
then open multi miner info by :
http://<external_ip>:<Rig_With_multiminerinfo_Forwarded_Port>/multiminerinfo.html
Can you be more specific??
I just need to add this line
http://<rig_with_multiminer_page_ip>/multiminerinfo.html
on the file?
/var/www/html/multiminerinfo.html
The port to change is it on apache correct?
/etc/apache2/ports.conf
Because I already tried putting the ip on the file but does not work :-(
Please give me some light
PS. I already fix the ccminer problem thanks really happy mining with NVOC just want to setup the one page static
No changes needed in any files other than
/var/www/html/multiminerinfo.html
You access the page by
http://<rig_with_multiminer_page_ip>/multiminerinfo.html
Edit it and use that address.
If you want to access in your local network edit the file and only add your rigs internal ip, If access from outside, you should forward a port to port 80 of your rig.
for example in router forward port 10180 to ip 192.168.1.101 port 80 and so on ...
Local intranet example:
<iframe style="width: 49%; height: 600px;" src="http://192.168.1.102/cgi-bin/minerinfo" align="left" frameborder="5" > </iframe>
Remote example :
<iframe style="width: 49%; height: 600px;" src="http://Your_externsal_ip_address:10180/cgi-bin/minerinfo" align="left" frameborder="5" > </iframe>