|
- Apache vs Nginx: Practical Considerations - DigitalOcean
Apache and Nginx are the two most common open source web servers in the world Together, they are responsible for serving over 50% of traffic on the internet…
- Understanding Nginx HTTP Proxying, Load Balancing, Buffering, and . . .
Nginx is a high performance reverse proxy server and web server In this guide, we will explore Nginx’s http proxying and load balancing capabilities We w…
- How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu 20. 04
In this guide, we will show you how to set up a self-signed SSL certificate for use with an Nginx web server on an Ubuntu 20 04 server
- NGINX Logs Explained: Access and Error Log Guide
NGINX logs are instrumental in identifying potential bottlenecks and suspicious behavior on your server For example, you can detect high-latency endpoints by filtering access logs for long response times using custom log formats
- Работа сервера Nginx и алгоритмов выбора блока расположения
Nginx — один из самых популярных веб-серверов в мире В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обраба…
- How To Secure Nginx with Lets Encrypt on Ubuntu 20. 04
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 example com as an example Step 1 — Installing Certbot The first step to using Let’s Encrypt to obtain an SSL certificate is to install the Certbot software on your server
- How to Install and Configure Ingress Controller using Nginx
In this tutorial, you will learn how to use the Kubernetes-maintained Nginx Ingress Controller
- Understanding the Nginx Configuration File Structure and Configuration . . .
Introduction Nginx is a high performance web server that is responsible for handling the load of some of the largest sites on the internet It is especially good at handling many concurrent connections and excels at forwarding or serving static content In this guide, we will focus on discussing the structure of an Nginx configuration file along with some guidelines on how to design your files
|
|
|