I'm wondering if it is possible to setup NGIX in a way, where I could get access to any port (ex: 80) for any VM or server inside local network by using it's IP as part of a URL.
So let's say if my public IP is 111.111.111.111 and I have a webserver at home with a local ip 192.168.1.5, I could access the port 80 by typing:
http://111.111.111.111/192.168.1.5
or
http://111.111.111.111/192_168_1_5