Basic NGINX proxy_pass example is serving 404’s
I have an very basic out-of-the-box NGINX server running on a Windows machine at http://10.0.15.19:80
. I’m attempting to use it as a proxy to get around a CORS restriction. I have the following nginx.conf
, which from every example I’ve seen sounds like it should redirect any traffic from http://10.0.15.19
to http://10.0.1.2:3000
.