Remote SSH: Create your own tunnelling like ngrok

<VirtualHost *:80>
ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
</VirtualHost>

ssh -R 8080:localhost:3000 [email protected]

Leave a Reply

Your email address will not be published. Required fields are marked *