nginx

How To Install Rails and nginx with Passenger on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Install Rails and nginx with Passenger on Ubuntu

This tutorial explains how to install Ruby, how to install any required dependancies, how to install Ruby Gems, how to install Rails, how to install Phusion Passenger, and how to use Passenger to install nginx. Passenger is an app server that allows you to deploy your rails application in production. This tutorial describes how to run Rails with nginx using passenger.

Read more
Обслуживание приложений Flask с Gunicorn и Nginx в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Обслуживание приложений Flask с Gunicorn и Nginx в Ubuntu 20.04

В этом обучающем модуле вы создадите приложение Python с использованием микроструктуры Flask в Ubuntu 20.04. Основная часть этой статьи посвящена настройке сервера приложений Gunicorn, запуску приложения и настройке Nginx для…

Read more
Работа сервера Nginx и алгоритмов выбора блока расположения — step-by-step Web Servers tutorial on Progressive Robot

Работа сервера Nginx и алгоритмов выбора блока расположения

Nginx — один из самых популярных веб-серверов в мире. В этом учебном модуле мы расскажем, как Nginx выбирает сервер и блок расположения, который будет обрабатывать запрос определенного клиента. Мы опишем алгоритм, а также директивы и опции, которые можно использовать для изменения процесса выбора.

Read more
How to Install Nginx on FreeBSD 11.2 — step-by-step Linux tutorial on Progressive Robot

How to Install Nginx on FreeBSD 11.2

Nginx is one of the most popular web servers in the world known for its frequent use as a load balancer and reverse proxy. Many of the largest and most highly trafficked sites on the internet depend on Nginx, at least in part due to its resource-friendliness.

Read more
Как настроить Nginx Ingress с Cert-Manager в Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Как настроить Nginx Ingress с Cert-Manager в Kubernetes

Сущности Ingress в Kubernetes обеспечивают гибкую маршрутизацию внешнего трафика кластера Kubernetes среди служб внутри кластера. Это достигается с помощью ресурсов Ingress, которые определяют правила…

Read more
How to Install WordPress with LEMP on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to Install WordPress with LEMP on Ubuntu

WordPress has seen an incredible adoption rate among new and experienced engineers alike, and is a great choice for getting a website up and running efficiently. After an initial setup, almost all administration for WordPress websites can be done through its graphical interface. In this tutorial, learn how to set up a WordPress instance on Ubuntu.

Read more
CHAT