How to setup Nginx
To configure Nginx to proxy requests to your server running on port 3000 and attach the domain name api.example.com, follow these steps:
Step 1:
Installation
On Ubuntu/Debian
Update your package lists:
sudo apt update
Install Nginx:
sudo apt ins...
riasat.hashnode.dev3 min read