- Common patterns or reference?
- Patterns — reverse proxy, static hosting with SPA fallback, HTTPS termination with Let's Encrypt, and the common rate-limit configuration.
- Does it cover ops commands?
- Yes — nginx -t (test config), reload vs restart, and log locations. Essential for troubleshooting production.
- What about TLS configuration?
- Yes — the A+ score config from SSL Labs. Modern ciphers, HSTS, OCSP stapling.
- HTTP/2 and HTTP/3?
- Both — HTTP/2 requires TLS; HTTP/3 is the newer QUIC-based variant. Configuration snippets for enabling each.