nginx

Установка Linux, Nginx, MySQL, PHP (набора LEMP) в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Linux, Nginx, MySQL, PHP (набора LEMP) в Ubuntu 18.04

Набор LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений. Аббревиатура LEMP обозначает операционную систему Linux с веб-сервером Nginx (произносится как «энджинкс»). Данные серверной части хранятся в базе…

Read more
Cómo instalar Nginx en Debian 9 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Nginx en Debian 9

Nginx es uno de los servidores web más populares del mundo y aloja algunos de los sitios más grandes y de mayor tráfico de Internet. Es más fácil de utilizar que Apache en la mayoría de los casos y puede emplearse como servidor web o proxy inverso. En…

Read more
Ubuntu 20.04にNginxをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にNginxをインストールする方法

Nginxは、世界で最も人気のあるWebサーバーの1つであり、インターネット上で最大かつ最もトラフィックの多いサイトのホスティングを担っています。このガイドでは、Ubuntu 20.04サーバーにNginxをインストールする方法について説明します。

Read more
How To Install WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04

Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the server itself if there is a need for an active process. This tutorial covers installing wordpress on a LEMP stack (with nginx instead of apache), and then installing varnish.

Read more
How To Migrate a Parse App to Parse Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Migrate a Parse App to Parse Server on Ubuntu 14.04

Parse is a Mobile Backend as a Service platform which is shutting down in January of 2017; fortunately, Parse has released an open source API called Parse Server. Parse Server is under active development, and seems likely to attract a large developer community. It can be be deployed to a range of environments running Node.js and MongoDB. This guide focuses on migrating a pre-existing Parse application to a standalone instance of Parse Server running on Ubuntu 14.04.

Read more
How To Protect an Nginx Server with Fail2Ban on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Protect an Nginx Server with Fail2Ban on Ubuntu 22.04

In this guide, you will learn how to install `fail2ban` on a Ubuntu 22.04 server and configure it to monitor your Nginx logs for intrusion attempts. Fail2ban can significantly mitigate brute force attacks by creating rules that automatically alter your firewall configuration to ban specific IPs after a certain number of unsuccessful login attempts. This will allow your server to harden itself against these access attempts without intervention from you.

Read more
Масштабирование и обеспечение безопасности приложения Django с помощью Docker, Nginx и Let's Encrypt — step-by-step Docker tutorial on Progressive Robot

Масштабирование и обеспечение безопасности приложения Django с помощью Docker, Nginx и Let’s Encrypt

В облачных средах существует множество способов масштабирования и защиты приложения Django. Используя горизонтальное масштабирование и запустив несколько экземпляров приложения, вы можете создать более отказоустойчивую систему с высоким уровнем…

Read more
CHAT