Category: Uncategorized
-
Learn How to Stop Worrying and Build Your Own CDN
Jamie Panagos of Charter Communications explains why and how his team built their own CDN for video content caching. With his advice, you can too.
-
Building Your API for Longevity, Part 2: Best Practices
Mike Stowe of MuleSoft discusses best practices to follow when building APIs that will continue to work in the long term.
-
Building Your API for Longevity, Part 1: Spec-Driven Development
Mike Stowe of MuleSoft explains how to use spec-driven development to build APIs that will continue to work in the long term
-
Mitigating the Thundering Herd Problem at PBS with NGINX
Mike Howsden of PBS Digital describes how he uses the NGINX proxy_cache_use_stale directive to mitigate the effects of the thundering herd problem.
-
Taking Microservices Home
Principal consultant Zhamak Dehghani of Thoughtworks explored challenges around implementing microservices on a large scale, at nginx.conf 2015.
-
DevOps and Immutable Delivery
In his keynote address from nginx.conf 2015, John Willis of Docker outlines DevOps methodology for achieving immutable infrastructure and app delivery.
-
Let’s Encrypt: TLS for NGINX
At nginx.conf 2015, Peter Eckersley and Yan Zhu of the Electronic Frontier Foundation explain how the new Let’s Encrypt CA promotes adoption of TLS .
-
Supporting HTTP/2 for Website Visitors
Enable users of the major browsers to use HTTP/2 to access your site hosted on NGINX, now that the browsers no longer support NPN.
-
HTTP Strict Transport Security (HSTS) and NGINX
Discover how configuring HTTP Strict Transport Security (HSTS) in NGINX and NGINX Plus prevents HTTP hijacking attacks
-
Cache Placement Strategies for NGINX
Explore how different cache configurations (with writes mirrored, striped, or split between two independent caches) affect cache-write throughput in NGINX.
-
Smart and Efficient Byte-Range Caching with NGINX
Learn how two NGINX caching strategies, cache lock and cache slice, optimize the efficiency and effectiveness of byte-range caching.
-
Using NGINX Logging for Application Performance Monitoring
Learn how to use the logging facility in NGINX and NGINX Plus for application performance monitoring (APM)
-
The Benefits of Microcaching with NGINX
Learn how microcaching (short-term caching of dynamic content) can improve performance on a website powered by WordPress or similar applications.
-
Running NGINX and NGINX Plus on Photon OS
Learn how to deploy NGINX and NGINX Plus in containers on Photon OS, a lightweight Linux container host released as open source by VMware.
-
Capturing 5xx Errors with a Debug Server
Learn how to deploy a Debug Server to capture requests that have caused 5xx errors on application servers, as an aid to debugging the error causes.
-
9 Tips for Improving WordPress Performance
Use these 9 tips from NGINX to increase your site’s speed and security and boost WordPress performance
-
Converting Apache Rewrite Rules to NGINX Rewrite Rules
Learn how to convert Apache HTTP server rewrite rules to NGINX rewrite rules that operate as efficiently as possible
-
Creating NGINX Rewrite Rules
Learn how to create NGINX rewrite rules to control the flow of request processing or redirect clients to the correct location for resources they request