Skip to content

Instantly share code, notes, and snippets.

View odilxon's full-sized avatar
🐍
Code is nothing without ; but Python is Simple :)

Odilkhon Mukhtorkhujaev odilxon

🐍
Code is nothing without ; but Python is Simple :)
View GitHub Profile
@odilxon
odilxon / nextjs-deploy.md
Created September 7, 2022 11:48 — forked from jjsquady/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