Learn what makes NGINX and NGINX Plus more than just a web server or just an application delivery controller (ADC)
2018 年 NGINX 博客年度最佳
We look back over the most influential blog posts of 2018 on nginx.com, to remind you of what we’ve worked hard on improving to make your experience of NGINX even better. The year witnessed announcements and updates for many products in the NGINX Application Platform.
在 CDN77 上记录 NGINX 和上游(upstream)服务器之间的流量
When debugging traffic problems between NGINX and upstream servers, CDN77 couldn't get the data they needed except in the error log with debugging enabled, which slows performance and creates huge files. The team wrote a new custom module to log just the data they need.
隆重推出 NGINX Plus R17
NGINX Plus R17 introduces support for two-stage rate limiting and TLS 1.3, the latest version of the Transport Layer Security protocol. Configuration of OpenID Connect is simpler and NGINX WAF is 2x faster than before. The NGINX JavaScript module has also been updated.
请问,我使用的是哪种 Kubernetes 的 NGINX Ingress Controller?
Did you know there is more than one Ingress controller for Kubernetes that uses NGINX? You do now. We help you figure out which one makes sense for you, based on their differences around authorship, development philosophy, production readiness, security, and support.
什么是 API 管理?
What is API management? It covers all the functions you perform on your APIs across their life cycle, including definition and publishing, securing and managing traffic, monitoring and troubleshooting to ensure customer satisfaction, and analyzing traffic to maximize business value.
NGINX Conf 2018: Migrating Load-Balanced Services from F5 to NGINX Plus at AppNexus
F5 BIG-IP hardware was no longer performing well for digital advertising platform AppNexus. The company switched to NGINX Plus for load balancing and saved 95%. At NGINX Conf 2018, Ernesto Chaves of AppNexus explains how and why his team chose NGINX Plus.
NGINX Conf 2018:为生产环境中的应用配置 NGINX Unit - 用于 Django 项目
With NGINX Unit, configuring a new application in an existing production environment does not disrupt existing apps or require configuration reloads. Here are all the relevant commands and configuration from Amanda Bockoven's demo at NGINX Conf 2018.
动态应用网关:用单层架构实现应用入口和出口
As a dynamic application gateway, NGINX Plus combines several application-delivery tiers – proxying, SSL termination, WAF, caching, API gateway, and load balancing – into a single, dynamic ingress-egress tier for traffic to and from any application and across any cloud.
借助 NGINX JavaScript 模块实现虚拟补丁
This blog, based on a real customer use case, explains how to use the NGINX JavaScript module to apply a "virtual patch" for a problem in a backend application that can't be modified. In this case, the app couldn't process HTTP requests with lowercase method names.