erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Does not work on port 80 production? #1334

Open Swapnilchavan18 opened 7 years ago

Swapnilchavan18 commented 7 years ago

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?

busheezy commented 7 years ago

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

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