Get IP Address of client without web scripts (like php)
Figured I’d do a quick post about this, I had the need to show my IP address (like https://www.icanhazip.com/ but internal). I didn’t really feel like adding php to my existing nginx server, so here’s what I did. First) I create a new virtual-host with the internal server-name (or ip) of my nginx server, new document root of “ip” and a Continue reading Get IP Address of client without web scripts (like php)