Best of NginxJanuary 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    NGINX for Backend Developers

    NGINX is a versatile and powerful open-source software used for web serving, reverse proxying, caching, load balancing, media streaming, and more. This course on NGINX provides a comprehensive guide to understanding and using NGINX, covering topics such as installation, terminology, serving static content, mime types, location context, rewrites and redirects, and using NGINX as a load balancer.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Secure Your Web Server with Continuous Integration Using NGINX and CircleCI

    Learn how to secure your web server using NGINX and CircleCI by implementing Continuous Integration (CI), configuring SSL/TLS encryption and security headers, creating a GitHub repository and CircleCI project, defining a CI pipeline, and verifying the deployment and security of your web server.