Reverse Proxy Lab Blog
Documenting every step of my DevOps learning journey.
April 15, 20268 min read
Understanding Reverse Proxy: Why I Put Nginx in Front of Next.js
A detailed explanation of how Nginx acts as a reverse proxy, why it's better than exposing Next.js directly, and what I learned while setting it up on my Ubuntu VPS.
April 14, 202612 min read
Deploying Next.js with PM2 on Ubuntu 24.04 – Full Guide
How I installed Node.js using NVM, built a production Next.js app, and kept it running reliably with PM2 even after server reboots.