Procedure

Install NGINX Open Source

Install NGINX via Homebrew, distro/official packages, or winget, then verify with nginx -v.

  1. Install NGINX Open Source per https://docs.nginx.com/nginx/admin-guide/i

    Install NGINX Open Source per https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/ and https://nginx.org/en/linux_packages.html . macOS: brew update && brew install nginx. Linux: distro package (apt/dnf/pacman install nginx) or configure the official nginx.org repo for stable/mainline then install nginx (elevated as needed). Windows: winget install --id freenginx.nginx -e (or Chocolatey/Scoop community packages).

  2. Optional alternate reverse proxy: install Caddy instead from https://cad

    Optional alternate reverse proxy: install Caddy instead from https://caddyserver.com/docs/install (brew install caddy, official apt/dnf packages, or static binary) — pick NGINX or Caddy, not both, for this setup.

  3. nginx -v

    nginx -v
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M120K9DZB7XS823JW8QMM21W

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.