Skip to content

moigonzalez/nodejslab

Repository files navigation

NodeJs Lab ⚗️

Small subsite for experimenting with NodeJs

nodejslab demo

Hosting NodeJs thorugh Apache

  • 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

Releases

No releases published

Packages

No packages published