How to Deploy Falcon Web Applications with Gunicorn and Nginx on Ubuntu 16.04
Learn to deploy Falcon, the fast Python web framework, behind Gunicorn and Nginx.
Learn to deploy Falcon, the fast Python web framework, behind Gunicorn and Nginx.
There are many common errors you may encounter when configuring your domain name or HTTPS support. This tutorial will review some common errors you may encounter when dealing with DNS, HTTPS, or Let’s Encrypt specifically.
In this tutorial, you will secure a website served by Nginx with an Origin CA certificate from Cloudflare and configure Nginx to use authenticated pull requests. The advantages of using this setup are that you benefit from Cloudflare’s CDN and fast DNS resolution while ensuring that all connections pass through Cloudflare. This prevents any malicious requests from reaching your server.
This tutorial runs through both installing and configuring Django with Postgres, Nginx, and Gunicorn on your VPS.
L’auteur a choisi le Computer History Museum comme bénéficiaire d’une donation dans le cadre du programme Write for Donations. Zabbix est un logiciel de surveillance open-source pour les…
Der Autor hat die United Nations Foundation dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. *Die ursprüngliche…
HHVM is an open source virtual machine for executing PHP and Hack code. HHVM is developed and supported by Facebook, a fact which draws more and more attention to HHVM lately.
Программный стек LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений, написанных на PHP. Название LEMP — это акроним, включающий операционную систему Linux с веб-сервером Nginx (произносится “Engine-X”)….
В этом кратком руководстве мы расскажем об установке комплекта LEMP на сервере под управлением Ubuntu 20.04. Более подробную информацию с разъяснениями каждого шага можно найти в [обучающем модуле «Установка комплекта Linux, Nginx, MySQL, PHP (LEMP) на сервере Ubuntu…
O Nginx é um dos servidores Web mais populares no mundo e é responsável por hospedar alguns dos maiores e mais populares sites na Internet. Ele é mais amigável do que o Apache em termos de recursos na maioria dos casos e pode ser usado…