we’ll open the 000-default.conf default configuration file in order to make edits
1 2 3 4 5 |
sudo nano 000-default.conf |
Add below line
ProxyPass / http://localhost:3000/
1 2 3 4 5 |
sudo a2enmod |
1 2 3 4 5 |
sudo systemctl reload apache2 |
1 2 3 4 5 |
sudo systemctl stop apache2 |
1 2 3 4 5 |
sudo systemctl start apache2 |
More Stories
Connect MQTT with Node.js
Video streaming using Node.js and HTML5
Stream audio from the microphone