Product

Product Features How to Compare Docs Screenshots Why

Start here

Getting started Download Guides Frequently asked questions

More

Security Support Roadmap About

Glossary

Every term this software uses, in one sentence each.

44 terms

TermWhat it means
ActiveThe node currently in charge of making changes. Both nodes serve traffic.
AgentThe small root program that does the few jobs needing administrator rights, so the web screen does not need them.
Allowed surfaceA WAF setting that only permits paths your testers actually reached, rather than letting the attack rules decide on their own.
ApplyMaking your saved changes live on every node at once, after every node has tested them.
BackendOne of your application servers, behind the load balancer.
CertificateThe file that makes the padlock appear and encrypts traffic between a visitor and the load balancer.
Consistent hashingA way of hashing so that removing one backend moves only its share of visitors rather than nearly everybody.
CRSThe OWASP Core Rule Set. The rules the WAF checks requests against.
DelegationTelling the internet that your nodes answer for part of your domain.
DrainingA backend state where it finishes what it is doing and takes nothing new. How you retire a server without dropping anybody.
EABExternal account binding. The credentials a paid certificate authority gives you so it knows which account, and therefore who to bill.
ExclusionA WAF rule that has been stopped from firing on one specific path, because it was wrong about your application there.
FailoverTraffic or responsibility moving to a working node when one fails.
Forced standbyA switch that stops a node becoming active without removing it from the fleet. For a machine you are working on.
GlueAn address record that lets a nameserver named inside a zone be found at all.
GSLBGlobal server load balancing. Sending people to a healthy node using DNS.
Health checkA regular test of whether a backend is answering properly, run by the manager rather than by nginx.
HMACA signature made with a shared key, used on every message between nodes.
http-01The certificate validation method where the authority asks for a file over port 80.
dns-01The certificate validation method where the authority asks for a DNS record. Needed for wildcards.
Let's EncryptA service giving out free certificates that renew automatically.
Location, or pathA rule for part of a site, such as everything under /api.
ML-KEMThe standardized post quantum key encapsulation mechanism, used in the hybrid key exchange this build offers first.
ModSecurityThe web application firewall engine. The rules are a separate thing.
nginxThe program that actually handles the traffic. This software configures it.
NodeOne of your load balancer servers.
OIDCOpenID Connect. The protocol used for single sign on.
PoolA named list of backends that a site sends requests to.
ProfileA saved set of WAF exclusions that any number of sites can share.
ProxyPassing a request on to another server and returning its answer.
Proxy protocolA short header before the connection data that carries the real client address. Only for backends that expect it.
QuorumMore than half the fleet. A node will not make itself active without it.
Rate limitA cap on how many requests one visitor may make in a period.
SiteOne web address and the rules for it.
Slow startEasing traffic onto a backend that has just come back, so a cold server is not knocked straight down.
StandbyA node not currently in charge. It still serves traffic.
StagingLet's Encrypt's practice service. Certificates from it are not trusted by browsers, and the rate limits are far looser.
stub_statusnginx's own status endpoint, which gives seven numbers for the whole server. What the dashboard reads.
Sticky sessionSending the same visitor back to the same backend every time, using a cookie.
Two phase applyStaging and testing a change on every node before any node commits it.
TTLHow long a DNS answer is remembered before being looked up again.
UpstreamAnother word for a pool, used inside nginx itself.
WorkloadA machine on the tunnel. One workload is one machine.
ZoneTwo meanings. A shared memory area for rate limits and caches, and a part of your domain in DNS failover.