Nginx - Strona 3

Jak zaszyfrować serwer Nginx za pomocą Let's Encrypt na Ubuntu 20.04
Urząd certyfikacji znany jako Let's Encrypt demonstruje łatwą metodę uzyskiwania i instalowania certyfikatów do szyfrowania HTTPS na serwerach interne...
Jak zainstalować NGINX na Ubuntu 20.04
NGINX to popularne, wydajne narzędzie w HTTP. To narzędzie jest odwróconym serwerem proxy odpowiedzialnym za zarządzanie obciążeniem ruchu dużej liczb...
How to use CORS with Nginx
What is CORS CORS, also known as cross origin resource sharing is a technique used in modern web browsers that controls access to resources hosted in ...
How to Install Nginx and Configure on CentOS 8
Nginx is a fast and lightweight web server. The configuration files of Nginx are really simple and easy to work with. It is a great alternative to the...
Jak zainstalować i skonfigurować serwer Nginx po raz pierwszy?
Nginx jest jednym z popularnych serwerów internetowych i jest używany jako serwer proxy, odwrotny serwer proxy, system równoważenia obciążenia. Jest t...
How to Install Free SSL Certificate for Nginx on Debian 10
TLS and SSL protocols cipher the connection between a site (or other service, but in this tutorial Nginx is the focus) and a client or web browser avo...
Jak korzystać z przepisywania adresów URL
Przepisywanie adresu URL to proces zmiany adresu URL żądania na inny, zgodnie z definicją na serwerze sieciowym. Nginx używa modułu ngx_http_rewrite_m...
How to Block Hotlinking with Nginx
Nginx is a lightweight web server capable of handling humongous number of requests at a given time without making the server busy. It contains sophist...
How to Redirect URLs in Nginx
Nginx is a lightweight web server, which is often used as a reverse proxy, web server, and a load balancer as well. Nginx, by default comes up with a ...