Настройка частного реестра Docker в Ubuntu 18.04
Автор выбрал фонд Apache Software Foundation для получения пожертвования в рамках программы Write for DOnations. Реестр Docker — это…
Автор выбрал фонд Apache Software Foundation для получения пожертвования в рамках программы Write for DOnations. Реестр Docker — это…
В этом обучающем модуле вы создадите приложение Python с использованием микроструктуры Flask в Ubuntu 18.04. Основная часть этой статьи посвящена настройке сервера приложений Gunicorn, запуску приложения и настройке Nginx для…
In this tutorial, we will look at how to use Nginx’s header module to implement browser caching.
Nginx — один из самых популярных в мире веб-серверов, на базе которого размещены некоторые из самых крупных сайтов интернета с огромным трафиком. Это облегченный вариант, который можно использовать как веб-сервер или как обратный прокси. В этом…
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or reverse proxy.
Ordinarily, you connect to an SSH server using a command line app in a terminal, or terminal emulator software that includes an SSH client. Some tools, like Python’s [WebSSH](https://pypi.org/project/webssh/), make it possible to instead connect over SSH and run a terminal directly in your web browser.
In this guide, we will show you how to set up a self-signed SSL certificate for use with an Nginx web server on a Debian 10 server.
L’auteur a choisi United Nations Foundation pour recevoir un don dans le cadre du programme Write for Donations. *La version WordPress…
This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.
Learn how to deploy a React app with Nginx on Ubuntu. Step-by-step guide covering build, server config, reverse proxy, SSL, and production optimization.