Best of NginxNovember 2024

  1. 1
    Video
    Avatar of techworldwithnanaTechWorld with Nana·2y

    Full NGINX Tutorial - Demo Project with Node.js, Docker

    Learn NGINX fundamentals and how to configure it as a reverse proxy for a Node.js application using Docker. This comprehensive guide covers step-by-step instructions on setting up multiple instances of a Dockerized application, configuring NGINX for load balancing, enabling HTTPS with SSL certificates, and the essential configurations to secure and optimize your web server. The tutorial also touches upon the importance of DevOps skills and introduces a complete DevOps educational program for further learning.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Set Sail with your Laravel app on DigitalOcean

    LaraSail is a CLI tool that simplifies the process of deploying Laravel applications on DigitalOcean servers. It allows you to easily set up servers with various versions of PHP and databases like MySQL and MariaDB, as well as Redis. With commands for creating new projects, managing databases, and configuring Nginx, LaraSail helps streamline Laravel deployments. It supports creating new Laravel projects, adding Laravel Jetstream, and setting up web domains with SSL certificates.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Setting Up NGINX Proxy Manager for Docker Containers

    Managing network connections securely and efficiently in containerized applications can be challenging. NGINX Proxy Manager offers an intuitive interface to set up a reverse proxy for Docker containers. This guide covers the steps to create a virtual network, configure the proxy service using Docker Compose, set up a container to be proxied, add a proxy host in the admin interface, and test the setup. This approach centralizes network configuration and simplifies access to multiple services, enhancing security and efficiency.