Hello, I’m looking to set up a reverse proxy with Nginx in front of an Apache server to mask the IP of my server. I’ve been facing issues with site suspensions or ddos almost every month, so I want to hide the IP of my main server.
I’m planning to subscribe to two VPS plans:
A VPS to host my files and Apache (VPS 1). Which I already do
Another VPS that will act as the reverse proxy.
Essentially, I want all server calls and page requests to be directed to VPS2, which will then forward those requests to VPS1 and relay the responses back to the original requester, without giving my Main Server IP.
Currently I Use cloudflare for DDOS attacks which is good, but I dont want cloudflare to know the Main IP of my Server. Let me know if you can help. Thanks
I’m planning to subscribe to two VPS plans:
A VPS to host my files and Apache (VPS 1). Which I already do
Another VPS that will act as the reverse proxy.
Essentially, I want all server calls and page requests to be directed to VPS2, which will then forward those requests to VPS1 and relay the responses back to the original requester, without giving my Main Server IP.
Currently I Use cloudflare for DDOS attacks which is good, but I dont want cloudflare to know the Main IP of my Server. Let me know if you can help. Thanks