For me.. simply adding the following to ..sites-enabled..(ubuntu+apache) worked for me:
ProxyRequests off <Proxy *> Order deny,allow Allow from all </Proxy> <Location /> ProxyPass http://localhost:3000/ ProxyPassReverse http://localhost:3000/ </Location>
Make sure you add to sites-enabled not sites-available