Small subsite for experimenting with NodeJs
- Create a virtual host adding this line to /etc/apache2/sites-available/nodejslab..conf
<VirtualHost *:80>
DocumentRoot /var/your/website/url
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
- Start your node server using the forever npm package