Best of NginxOctober 2023

  1. 1
    Article
    Avatar of awstipAWS Tip·3y

    Using Nginx as an API Gateway

    This article explores how Nginx can be used as an API Gateway to manage and direct incoming requests to different microservices. It explains the role of Nginx as a reverse proxy and load balancer, as well as the benefits of using an API Gateway. The article also covers topics such as routing, caching, rate limiting, and API key authentication.

  2. 2
    Article
    Avatar of hackernoonHacker Noon·3y

    Deploying a Node.js App with an Associated Domain

    Learn how to deploy a Node.js app and associate it with a domain by setting up a VPS, configuring Nginx, and enabling HTTPS.

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    Deploying a Django Application with Docker, Nginx, and Certbot

    Learn how to deploy a Django application with Docker, Nginx, and Certbot to ensure robust security and internet availability. The process involves containerizing the Django app, using Nginx as a reverse proxy, and obtaining SSL certificates with Certbot.