Skip to content

Instantly share code, notes, and snippets.

View navid-farjad's full-sized avatar
🎯
Focusing

Navid Farjad navid-farjad

🎯
Focusing
View GitHub Profile
@jjcodes78
jjcodes78 / nextjs-deploy.md
Last active January 2, 2025 15:03
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