Reverse proxy to another machine – Nginx
Explanation of what I am trying to do: I have 2 servers on the ip 192.168.1.10 (docker reverse proxy) and 192.168.1.20 (other services). I want 10 to redirect requests to 20 (many of these requests are with SSL). Example: user…