Proxy a node/react application in an apache server
Using forever to forever run the node server on the virtual machine, I am unable to get the app to run without explicitly adding the port in the url like so: URL.com:8080 If I don't use the port in the…