So I'm relatively new to nginx but want to know how I can use a reverse proxy to mask the destination server(s) IP addresses. Here is how it works so far:
I have reverse proxy (rp), main server (ms), secondary server (ss)
So when using a nginx proxy currently I connect via rp---ms but via wireshark I see main server IP address as destination. If main server passes me to secondary server for resource I see secondary servers IP address in wireshark.
What I want to develop is rp---ms----ss or rp---ss but to/from traffic only shows ip of the reverse proxy server outgoing and returning - is this possible?