F5 NGINX Sprint 3.0 is coming your way August 23–25, 2022! Register today and dive deep with fellow community members and industry experts into NGINX open source technologies.
Addressing Security Weaknesses in the NGINX LDAP Reference Implementation
We describe security vulnerabilities recently discovered in the NGINX LDAP reference implementation, and how to mitigate them. NGINX Open Source and NGINX Plus are not affected, and no corrective action is required if you do not use the reference implementation.
NGINX 101: Web Server and Reverse-Proxy Cache
Learn the basics of configuring and deploying NGINX as a web server and optimize performance and availability of the web server with a reverse-proxy cache.
NGINX 101: Web Server and Reverse-Proxy Cache – APCJ
Learn the basics of configuring and deploying NGINX as a web server and optimize performance and availability of the web server with a reverse-proxy cache.
Using NGINX as a DoT or DoH Gateway
DNS over TLS (DoT) and DNS over HTTPS (DoH) are two emerging technologies for securing Domain Name System (DNS) traffic. In this post we take a look at the history of DNS and show how to implement DoT, DoH, and a DNS filter using NGINX Open Source and NGINX Plus.
Avoiding the Top 10 NGINX Configuration Mistakes
We help you avoid the 10 most common NGINX configuration errors, explaining the problems caused by each and how to fix them. Errors include insufficient file descriptors per worker, disabling proxy buffering, and not using upstream groups and keepalive connections.
Deploying NGINX and NGINX Plus with Docker
Use the NGINX image from the Docker Hub repository or create your own NGINX Plus image to easily deploy NGINX in Docker containers.