- Node.js (v20 or higher)
- pnpm installed globally (
npm install -g pnpm)
This guide explains how to install Nginx on Ubuntu, configure it to proxy a domain to localhost:3000, and set up SSL using Certbot for HTTPS encryption.
First, ensure that your package index is up to date:
sudo apt update