An admin panel on the same hostname as the customer site shares a cookie namespace, a rate limit and a cross-site scripting blast radius. A cookie scoped to…
Four separate limits govern an upload and the error message names only the one that fired, which is usually not the one you changed. The PHP limit failing…
Automatic certificate management is the default rather than a feature, which removes a category of configuration and a category of outage. The trade is real in both directions:…
1.22 is the stable branch for 2022 and QUIC support is in a separate experimental branch, which is not the same as a feature flag. The distinction matters…
if inside a location is evaluated per request and interacts badly with most other directives; map is a hash lookup evaluated once. The map form is also composable…
The directive is widely emitted and unevenly honoured, and nginx needs its own configuration rather than reading the response header. proxy_cache_lock is the piece that prevents a stampede…
A slow endpoint returning a 504 through nginx has three different timeouts that could be responsible, and they are configured by different directives. The distinction between a 502…
Rate limiting at the web server is cheaper than in the application and protects the endpoints the application never gets to serve. burst without nodelay queues the excess…