{"id":"veerabadralokesh-nginx-static-file-server","name":"nginx-static-file-server","af_score":34.0,"security_score":40.5,"reliability_score":10.0,"what_it_does":"nginx-static-file-server provides a lightweight way to serve static files using Nginx, typically via a containerized Nginx setup and configuration to map URLs/paths to a static content directory.","best_when":"You need simple, fast static file delivery with Nginx’s performance and caching, and can handle any auth/CDN/WAF needs at the edge or via Nginx configuration.","avoid_when":"You require fine-grained per-user authorization or request/response logging/auditing with strict guarantees beyond what Nginx configuration and your infrastructure provide.","last_evaluated":"2026-04-04T21:28:20.281418+00:00","has_mcp":false,"has_api":false,"auth_methods":["None by default (serves public static files)"],"has_free_tier":false,"known_gotchas":["Because this is a static file server, the “API surface” is HTTP file serving—agents should rely on correct URL/path mapping and content-type handling rather than expecting structured endpoints.","Without explicit auth/ACL documentation, agents may accidentally deploy it as public; verify access controls and default directory exposure.","If configured as a container, agents should confirm bind mounts/volumes and path rewrites to avoid exposing unintended files (e.g., parent directories)."],"error_quality":0.0}