All Posts

  • Defining a Modern App

    Defining a Modern App

    by

    What exactly do we mean when we talk about “modern apps”? We describe four key features that we believe an app must have to be modern — scalability, portability, resiliency, and agility — and six principles to guide development of your own modern apps.

  • Building Smaller Container Images

    Building Smaller Container Images

    by

    Small is beautiful when it comes to containers in test and dev environments: they take less time to build, use less memory, and have a smaller attack surface. We explore tools and provides instructions for building images that are a small as possible.

  • Running Spring Boot Applications in a Zero Trust Environment with NGINX Unit

    Running Spring Boot Applications in a Zero Trust Environment with NGINX Unit

    by

    NGINX Unit makes supporting HTTPS simple and completely application-agnostic, because encryption is applied at the level of the listener, not the application. No need to dig into language‑specific details! In this blog we illustrate HTTPS configuration for a Spring Boot application.

  • Updates to NGINX Unit for Summer 2021

    Updates to NGINX Unit for Summer 2021

    by

    NGINX Unit 1.23.0 and 1.24.0 introduce support for the SNI extension to TLS, definition of OpenSSL configuration commands, MIME filtering and path restrictions for static content, and multiple Python scripts in one app. Also, you no longer need to modify Node.js apps to run them in Unit.

  • Why Every Company Needs Platform Ops

    Why Every Company Needs Platform Ops

    by

    Not just another variant in the ever-growing set of “X-Ops” practices, Platform Ops is a way to balance developer freedom and corporate compliance for technology teams across the enterprise, helping you achieve digital transformation with the right blend of shifted left and buttoned down.

  • Ditching the Script: Learning How to Live Stream at NGINX

    Ditching the Script: Learning How to Live Stream at NGINX

    by

    Research shows that many prefer live streaming to recorded video, blogs, and other media. Join NGINX Content Manager Marco Martinez for a backstage tour of how he creates live-streamed content at NGINX. We welcome your input on what you want to see on the NGINX live stream.

  • Demoing NGINX at Sprint 2.0 – From Blast Off to Stable Orbit

    Demoing NGINX at Sprint 2.0 – From Blast Off to Stable Orbit

    by

    Preview the seven demos presented by the NGINX team on August 24 at NGINX Sprint 2021, our annual virtual event. We show how NGINX solutions accelerate just about every step in your app development journey, from deploying the first reverse proxy to launching a service mesh.

  • What Are Namespaces and cgroups, and How Do They Work?

    What Are Namespaces and cgroups, and How Do They Work?

    by

    Dive deep into two Linux features that underlie containers: namespaces and cgroups. They enable process isolation, ensuring that multiple processes running on a system don’t interfere with one another. Our NGINX Unit application server also uses them for application isolation.

  • Our Roadmap for QUIC and HTTP/3 Support in NGINX

    Our Roadmap for QUIC and HTTP/3 Support in NGINX

    by

    We describe the state of our QUIC+HTTP/3 implementation, starting with a review of the work we’ve done so far. Our roadmap includes merging the nginx-quic development branch into the NGINX mainline and implementing performance optimizations. You can help by testing the implementation.

  • Supporting Pride Month Through Action

    Supporting Pride Month Through Action

    by

    This Pride Month, Scott De Buitléir reflects on life lessons he’s learned on his LGBTQ+ rugby team, and reviews some projects undertaken by NGINX and F5 over the past year to benefit our local and global communities.

  • Now the World’s #1 Web Server, NGINX Looks Forward to an Even Brighter Future

    Now the World’s #1 Web Server, NGINX Looks Forward to an Even Brighter Future

    by

    NGINX recently became the most popular web server in the world, according to W3Techs. We’re profoundly grateful to the NGINX community, who’ve brought us to this milestone, and look forward to providing even more tools to help you optimize delivery of your modern and cloud-native apps.

  • Updating NGINX for a DNS Resolver Vulnerability (CVE-2021-23017)

    Updating NGINX for a DNS Resolver Vulnerability (CVE-2021-23017)

    by

    We have released updates to NGINX Open Source, NGINX Plus, and NGINX Ingress Controller to fix a vulnerability in DNS resolution (CVE-2021-23017). We consider the vulnerability to be low-severity, but encourage users to upgrade to the latest versions.

  • Shifting Security Tools Left for Safer Apps

    Shifting Security Tools Left for Safer Apps

    by

    Strategies for shifting security left usually ignore WAF and other traditional tools for enforcing run‑time security policies. A complete modern solution needs to include WAF, but one that fits into your CI/CD pipelines and helps smooth friction between Security and DevOps.

  • NGINX Announces Sponsorship of the OWASP ModSecurity CRS Project

    NGINX Announces Sponsorship of the OWASP ModSecurity CRS Project

    by

    NGINX, a part of F5, Inc., is pleased to announce that we have become the first Gold sponsor of the OWASP ModSecurity Core Rule Set (CRS) project. We look forward to working with the CRS team and helping ensure the CRS project’s long-term success.

  • Easy and Robust Single Sign-On with OpenID Connect and NGINX Ingress Controller

    Easy and Robust Single Sign-On with OpenID Connect and NGINX Ingress Controller

    by

    NGINX Ingress Controller now supports single sign-on with OpenID Connect. Release 1.10.0 also introduces new configuration queue metrics, annotations on log entries, better validation of annotations and secrets, support for NGINX App Protect user-defined signatures, and more.

  • Managing Your Greatest Asset – People

    Managing Your Greatest Asset – People

    by

    Guest blogger Brian Gleason advises #NetOps managers on a couple ways to get the most from, and for, their greatest asset: their people. First, make sure they have time for focus on their own priorities. Second, learn enough about network technologies to communicate well.

  • Self-Service Application Delivery Bridges the Divide Between Developer Productivity and Infrastructure Reliability

    Self-Service Application Delivery Bridges the Divide Between Developer Productivity and Infrastructure Reliability

    by

    The modern market’s demand for speed has heightened the tension between DevOps and NetOps/SecOps teams. But you can have both developer productivity and infrastructure reliability — bridge the divide with self-service app delivery tools from NGINX.

  • Hello, New API – Part 1

    Hello, New API – Part 1

    by

    Guest blogger Jeremy Schulman explains for network engineers (or anyone!) how to get started with an API. He outlines the different types of documentation and their pros and cons, how to take advantage of client libraries, and the ins-and-outs of authentication.