From 8eb2bceabb0d5afa18272806772656a8108b0a56 Mon Sep 17 00:00:00 2001 From: Gitead Date: Fri, 3 Jul 2026 22:36:34 -0400 Subject: [PATCH] docs: add nginx install instructions to README step 12 Co-Authored-By: Claude Sonnet 5 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 58543700..120b2bf8 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,16 @@ npm run db:seed ### Step 12 — Configure nginx +Install nginx: + +```sh +sudo apt update +sudo apt install -y nginx + +# Verify +nginx -v +``` + The repo includes `nginx.conf` in the project root. Install it as the active site config: ```sh