Skip to main content

5 posts tagged with "NGINX"

View All Tags

K000161019: NGINX CVE-2026-42945

· 5 min read
Customer Care Engineer

Published on May 14, 2026

K000161019: NGINX CVE-2026-42945

K000161019: NGINX ngx_http_rewrite_module vulnerability CVE-2026-42945 needs immediate review anywhere rewrite rules are doing request handling in front of applications, APIs, or login flows. If your stack depends on complex `rewrite`, `if`, `return`, or URI normalization behavior, this is the place to check first. The good news is that the issue is usually manageable with a clear audit, a temporary ruleset cleanup, and a controlled NGINX update.

For most operators, the practical question is not whether NGINX is present. It is whether `ngx_http_rewrite_module` is used in a way that lets crafted requests bypass intended routing or security logic. That distinction matters. A plain static site with minimal config is a very different risk profile from a multi-tenant app gateway with legacy rewrite chains and a few heroic regexes written at 2 a.m.

The official link: https://my.f5.com/manage/s/article/K000161019

HTTP/2 and HTTP/3: Faster, but Is It worth enabling them? Pros, cons, and configuration

· 4 min read
Customer Care Engineer

http2-vs-http3-speed-pros-cons-configuration

Modern HTTP/2 and HTTP/3 protocols can significantly speed up site loading, improve user experience and increase search engine rankings. But not everything is so simple: they have both advantages and disadvantages. Let's understand what these protocols are, their pros and cons, and how to enable them on your server.

Don’t waste your server resources: block unwanted bots using Nginx

· 4 min read
Customer Care Engineer

block-unwanted-bots-using-nginx

Search engine bots (crawlers) are special programs that scan websites on the Internet. Search engines need them to find, index and display pages in search results. But not all bots are useful!

Sometimes your site may be visited by unwanted bots that:

  • Collect data without your permission.
  • Consume server resources, slowing it down.
  • Are used to look for vulnerabilities.

If you want to protect your site from such bots, it’s time to configure Nginx! In this article, we’ll show you how to easily and quickly block them using a special configuration file.