Sysop
Basic Pleskian
I've recently setup Netdata on my server and the installation went fine, and I can access the dashboard via:
The problem is that I'm not sure how to access this remotely, as in:
I've tried editing the apache / nginx directives with the information located here and here respectively, although I'm not sure exactly what to edit or where. My website is running php 7.0.27 with FPM served by apache with nginx in proxy mode if that helps at all.
Really all I want to be able to do is be able to view http://127.0.0.1:19999/ from http://mysite.com:19999 and possibly password protect it. Thanks!
Code:
curl http://127.0.0.1:19999
Code:
http://mysite.com:19999
Really all I want to be able to do is be able to view http://127.0.0.1:19999/ from http://mysite.com:19999 and possibly password protect it. Thanks!