Nginx - сторінка 3

Як зашифрувати сервер Nginx за допомогою Let's Encrypt на Ubuntu 20.04
Центр сертифікації, відомий як Let's Encrypt, демонструє простий спосіб отримати та встановити сертифікати для шифрування HTTPS на веб-серверах. Клієн...
Як встановити NGINX на Ubuntu 20.04
NGINX - це популярний, високопродуктивний інструмент в HTTP. Цей інструмент є зворотним проксі-сервером, відповідальним за управління навантаженням тр...
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...
Як встановити та налаштувати сервер Nginx вперше
Nginx є одним з популярних веб-серверів і використовується як проксі-сервер, зворотний проксі-сервер, балансування навантаження. Це популярна альтерна...
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...
How to Use URL Rewriting
URL Rewriting is a process of changing the request URL to something else as defined in the web server. Nginx uses ngx_http_rewrite_module module, whic...
Як заблокувати гарячі посилання за допомогою Nginx
Nginx - це легкий веб-сервер, здатний обробляти величезну кількість запитів за певний час, не роблячи при цьому сервер зайнятим. Він містить складні ф...
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 ...