Skip to content

Instantly share code, notes, and snippets.

View ducnm9's full-sized avatar
🌴
On vacation

ducnguyen ducnm9

🌴
On vacation
View GitHub Profile
@ducnm9
ducnm9 / nextjs-deploy.md
Created December 17, 2022 05:29 — forked from jjcodes78/nextjs-deploy.md
Deploying NEXTJS site with nginx + pm2

How to setup next.js app on nginx with letsencrypt

next.js, nginx, reverse-proxy, ssl

1. Install nginx and letsencrypt

$ sudo apt-get update
$ sudo apt-get install nginx letsencrypt

Also enable nginx in ufw