{"id":"pserver-nginx","name":"nginx","af_score":35.8,"security_score":54.8,"reliability_score":66.2,"what_it_does":"nginx is a high-performance web server and reverse proxy used to serve static content, terminate TLS, load-balance upstream services, and route HTTP/S traffic using configurable rules (e.g., URI/path-based routing, headers, rewrites).","best_when":"You need a proven, performant edge proxy/reverse-proxy layer with strong control over HTTP behavior and integration with upstream services.","avoid_when":"You need a SaaS-style managed API with vendor auth, rate-limit semantics, and documented REST endpoints; nginx is infrastructure software configured by operators rather than an agent-consumable API.","last_evaluated":"2026-04-04T21:31:18.194834+00:00","has_mcp":false,"has_api":false,"auth_methods":["mTLS (optional via TLS client certificate verification)","IP allow/deny (access control)","HTTP basic auth (via modules/config)"],"has_free_tier":false,"known_gotchas":["nginx is typically managed via config files and service reloads, not via a programmatic HTTP API; agent integration requires custom ops tooling (e.g., config templating, SSH/CM).","Behavior depends heavily on configuration correctness; misconfiguration can cause outages (syntax errors, wrong upstreams, TLS/redirect loops).","Statefulness exists at the configuration and runtime layers (reload semantics, worker processes), so 'apply changes' workflows should be carefully ordered and tested."],"error_quality":0.0}