Best of NginxMay 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    SSL in localhost takes 5 seconds now.

    Setting up SSL for localhost traditionally requires tedious manual configurations and repetitive steps. However, Ophiuchi simplifies the process by automatically generating certificates, updating the hosts file, providing an integrated web server, and ensuring instant trust. It saves time and allows developers to focus on building great software.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How To Deploy a React Application with Nginx on Ubuntu

    Learn how to deploy a React application with Nginx on Ubuntu. Follow the tutorial to build and deploy a React app using Create React App.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Nginx concepts I wish I knew years ago

    Nginx is a web server that can be used as a reverse proxy, load balancer, mail proxy, and HTTP cache. It acts as a middleman between clients and backend servers. Nginx uses proxies and reverse proxies to handle requests. Load balancing is an instance of reverse proxy where the load of requests is distributed among multiple backend servers. Nginx can be easily installed and configured on various systems.