Node application api host nginx using Reverse Proxy
Jul 19, 2024 · 3 min read · Node Installation sudo apt update sudo apt install curl curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install nodejs node -v npm -v Nginx Installation sudo apt update sudo apt install nginx sudo systemctl start nginx sud...
Join discussion
