About 20,600 results
Open links in new tab
  1. What is nginx? - DigitalOcean

    Jan 20, 2021 · Nginx, pronounced engine-x, is an open source web server used for serving static or dynamic websites, reverse proxying, load balancing, and other HTTP and proxy server …

  2. How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu …

    Sep 23, 2021 · Finally, you will adjust your Nginx server blocks using the two configuration snippets you’ve created so that SSL requests can be handled appropriately. This method of …

  3. Cómo instalar Nginx en Ubuntu 20.04 - DigitalOcean

    May 21, 2020 · Available applications: Nginx Full Nginx HTTP Nginx HTTPS OpenSSH Como se muestra en el resultado, hay tres perfiles disponibles para Nginx: Nginx Full: este perfil abre el …

  4. How To Set Up Django with Postgres, Nginx, and Gunicorn on …

    Feb 6, 2024 · sudo apt update ; sudo apt install python3-venv python3-dev libpq-dev postgresql postgresql-contrib nginx curl; This command will install a tool to create virtual environments for …

  5. How to Install and Configure Ingress Controller using Nginx

    Feb 1, 2024 · NAME READY STATUS RESTARTS AGE pod/ingress-nginx-controller-5c8d66c76d-m4gh2 1/1 Running 0 56m NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) …

  6. How to Install and Configure Nginx on Ubuntu - DigitalOcean

    Apr 10, 2025 · To start Nginx, use the following command: sudo service nginx start. To enable Nginx to start automatically on boot, use the following command: sudo systemctl enable nginx. …

  7. Apache vs Nginx: Practical Considerations - DigitalOcean

    Mar 18, 2022 · Nginx came onto the scene after Apache, with more awareness of the concurrency problems that sites face at scale. As a result, Nginx was designed from the ground up to use …

  8. Understanding Nginx HTTP Proxying, Load Balancing, Buffering, …

    Nov 26, 2014 · Proxying in Nginx is accomplished by manipulating a request aimed at the Nginx server and passing it to other servers for the actual processing. The result of the request is …

  9. How To Secure Nginx with Let's Encrypt on Ubuntu 20.04

    Mar 1, 2021 · Nginx installed by following How To Install Nginx on Ubuntu 20.04. Be sure that you have a server block for your domain. This tutorial will use /etc/nginx/sites-available/ …

  10. Como Instalar o Nginx no Ubuntu 20.04 - DigitalOcean

    May 15, 2020 · Available applications: Nginx Full Nginx HTTP Nginx HTTPS OpenSSH Como indicado pela saída, há três perfis disponíveis para o Nginx: Nginx Full : Este perfil abre …

Refresh