docs: add nginx install instructions to README step 12

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 22:36:34 -04:00
parent e60110226b
commit 8eb2bceabb

View File

@@ -207,6 +207,16 @@ npm run db:seed
### Step 12 — Configure nginx ### 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: The repo includes `nginx.conf` in the project root. Install it as the active site config:
```sh ```sh