AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Nginx Docs

skill-pledgeandgrow-pledge-skills-nginx · by pledgeandgrow

|

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-pledgeandgrow-pledge-skills-nginx

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pledgeandgrow-pledge-skills-nginx)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Nginx Docs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

NGINX

> Version: Latest (1.29.x) | Source: nginx.org/en/docs

Overview

NGINX is a high-performance HTTP web server, reverse proxy, IMAP/POP3 mail proxy, and TCP/UDP load balancer. It uses an event-driven, asynchronous architecture with a master-worker process model, delivering high concurrency with low memory footprint. NGINX powers a significant portion of the web as a front-end proxy, load balancer, and content delivery server.

Quick Reference

| Topic | File | Key Content | |-------|------|-------------| | Getting Started | getting-started.md | What is NGINX, architecture (master-worker, event-driven), installation (Linux, FreeBSD, Windows, building from sources, Win32 Visual C build), beginner's guide (configuration structure, directives, contexts, serving static content, proxy, FastCGI), how NGINX processes a request, server names (exact, wildcard, regex, IDN), controlling NGINX (signals, binary upgrade), command-line parameters, connection processing methods (epoll, kqueue, select, poll), configuration units, debugging (debug log, DTrace), setting up hashes, njs scripting, contributing | | HTTP Modules | http-modules.md | Core module (server, listen, location matching, root, alias, tryfiles, errorpage, client handling, file processing, WebSocket proxying), proxy module (proxypass, headers, buffering, caching, timeouts, SSL), upstream module (round robin, leastconn, iphash, hash, random, server parameters, keepalive, health checks, state, zone), rewrite module (rewrite, return, if, set), FastCGI module, access control, auth basic, auth request, auth JWT, auth require, gzip, headers, limit conn, limit req, logging, map, num map, geo, geoip, real IP, referer, SSI, sub filter, browser, charset, slice, split clients, mirror, secure link, addition, autoindex, DAV, image filter, XSLT, Perl, JavaScript, user ID, HTTP/2, HTTP/3, API, keyval, OIDC, gRPC, SCGI, uWSGI, memcached, gunzip, gzip static, stub status, status, session log, ACME, OpenTelemetry, empty GIF, F4F, FLV, HLS, MP4, random index, internal redirect, tunnel, upstream conf, proxy protocol vendor, management | | Stream & Mail Modules | stream-mail-modules.md | Stream core (TCP/UDP proxy, listen, proxypass, preread, resolver), stream proxy (all proxy directives, UDP, rate limiting), stream upstream (load balancing methods, health checks), stream SSL, stream SSL preread (SNI without termination), stream access, geo, geoip, map, num map, limit conn, log, return, set, pass, split clients, JS, keyval, upstream HC, zone sync, MQTT preread/filter, proxy protocol vendor, real IP; Mail core (IMAP/POP3/SMTP proxy, protocol auto-detection), mail auth HTTP (authentication delegation, headers, response), mail proxy, mail SSL, mail real IP, mail IMAP/POP3/SMTP modules | | Advanced Topics | advanced.md | SSL/TLS (HTTPS setup, all ssl_ directives, certificate chains, SNI, OCSP stapling, client verification, SSL variables), HTTP/2 (enabling, directives, server push), HTTP/3 and QUIC (enabling, directives, building, 0-RTT, troubleshooting), load balancing (all methods, weighted, health checks, session persistence, dynamic reconfiguration), reverse proxy patterns, security (rate limiting, connection limiting, access control, auth, DDoS protection, security headers), performance tuning (workers, sendfile, keepalive, compression, caching, open file cache, thread pools, buffers), logging (access log formats, error log, log rotation), variables reference (core HTTP, upstream), converting rewrite rules from Apache, full configuration example |

Core Concepts

  • Master process — Reads/validates config, manages worker processes
  • Worker process — Handles network connections via event loop (non-blocking I/O)
  • Directive — Configuration instruction (simple: name params; or block: name { ... })
  • Context — Block that can contain other directives (main, events, http, server, location, upstream, mail, stream)
  • Location — URI matching block within a server (exact, prefix, regex)
  • Server name — Virtual host identification (exact, wildcard, regex)
  • Upstream — Server group for load balancing
  • Proxy — Forwarding requests to backend servers (HTTP, FastCGI, SCGI, uWSGI, gRPC)
  • Reverse proxy — Accepting client requests and forwarding to backend
  • Load balancing — Distributing requests across multiple servers (round robin, leastconn, iphash, hash, random)
  • SSL/TLS — Secure connections with certificates and ciphers
  • SNI — Server Name Indication for name-based HTTPS
  • HTTP/2 — Binary multiplexed protocol with server push
  • HTTP/3 — HTTP over QUIC (UDP-based, 0-RTT)
  • Stream — TCP/UDP proxy and load balancing
  • Mail proxy — IMAP/POP3/SMTP proxy with auth delegation
  • njs — JavaScript subset for configuration scripting
  • Variable — Runtime value (core, HTTP, upstream, SSL, stream)
  • Map — Key-value mapping for variable transformation
  • Rewrite — URI modification using regex
  • Access log — Request logging with custom formats
  • Error log — Server error and debug logging
  • Proxy cache — Caching upstream responses in shared memory
  • Health check — Monitoring upstream server availability (passive or active)
  • PROXY protocol — Preserving client connection info through proxies
  • ACME — Automated certificate management (Let's Encrypt)
  • OpenTelemetry — Distributed tracing (commercial)
  • Zone sync — Synchronizing shared state across NGINX cluster (commercial)

Official Documentation Links

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.