Apache Proxy with NodeJS not downloading static files
Hi guys, need some help. I have a nodejs express app that runs on :3010. I have set up a <VirtualHost> in my httpd.conf to proxyPass my domain abc.com to 1.1.1.1:3010
apache resolves the abc.com to abc.com:3010 correctly but all the resources in the html file are throwing 502 proxy errors.
other than modifying the html, whats the best way to fix this?
Thanks so much!
|