I'm trying to proxy /app to localhost:2000 (where the app is hosted). Unfortunately, whenever the app makes a GET/POST request, the port 2000 is lost and the request is made to localhost:80 rather than localhost:2000.
I feel as if the solution is something simple but I haven't been able to discover it from three days of trial and error.