Open apache virtual conf file
ServerName www.yourdomain.com
#ProxyPass / http://192.168.1.102:3000/ connectiontimeout=5 timeout=30 # optional timeout settings
ProxyRequests off
Order deny,allow
Allow from all
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/
ServerName www.yourdomain.com
#ProxyPass / http://192.168.1.102:3000/ connectiontimeout=5 timeout=30 # optional timeout settings
ProxyRequests off
Order deny,allow
Allow from all
ProxyPass http://localhost:3000/
ProxyPassReverse http://localhost:3000/