How to Serve a Next.js App on FreeBSD with Caddy
Install Caddy on FreeBSD and reverse-proxy a Next.js app with automatic HTTPS — no certbot, no manual renewals. A tested pkg, rc.conf, and Caddyfile guide.
4 entries
Install Caddy on FreeBSD and reverse-proxy a Next.js app with automatic HTTPS — no certbot, no manual renewals. A tested pkg, rc.conf, and Caddyfile guide.
A critical React/Next.js RCE put servers at risk. This post explains what was affected, how to patch safely, and how to harden FreeBSD servers with jails, pkg audit, periodic security checks, and faster upgrade playbooks. Guidance on secret rotation and incident response.
Next.js 13+ introduces Server Actions, an innovative feature that simplifies server-side logic handling while keeping API calls efficient. When combined with MySQL, this enables developers to build powerful, server-drive
Deploy a production Next.js app on FreeBSD behind nginx: Node setup, PM2 process management, reverse-proxy config, and HTTPS with Let's Encrypt.