react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

Does not work on port 80 production?

Open Swapnilchavan18 opened this issue 8 years ago • 1 comments

When I change port to 80 in package.json app does not work, on other port it work? What can be issue? Can anyone explain me where I need to configure so that it works on port 80 like as web application?

Swapnilchavan18 avatar Dec 07 '16 07:12 Swapnilchavan18

You should use something like nginx to use as a proxy to your application.

http://stackoverflow.com/questions/5009324/node-js-nginx-what-now

busheezy avatar Dec 17 '16 14:12 busheezy