On Mon, Aug 24, 2015 at 8:30 PM, Steven Shi wrote:
> 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 s
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
discove