How To Implement SSL Termination With HAProxy on Ubuntu 14.04
HAProxy, which stands for High Availability Proxy, is a popular open source software TCP/HTTP Load Balancer and proxying solution.
HAProxy, which stands for High Availability Proxy, is a popular open source software TCP/HTTP Load Balancer and proxying solution.
In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 14.04. We will also show you how to automatically renew your SSL certificate. If you’re running a different web server, simply follow your web server’s documentation to learn how to use the certificate with your setup.
In this tutorial, you’ll create a Slack slash command called `/slash`, powered by a [Flask](http://flask.pocoo.org/) app running on an Ubuntu 16.04 server behind an Nginx reverse proxy. You’ll then install this command to your Slack workspace.
This tutorial runs through both installing and configuring Django with Postgres, Nginx, and Gunicorn on your VPS.
Dans les environnements basés sur le cloud, il existe de multiples façons de faire évoluer et de sécuriser une application Django. En dimensionnant horizontalement et en exécutant plusieurs copies de votre application, vous pouvez construire…
This tutorial covers building a web application using the Laravel framework with Nginx as the web server and MySQL as the database all inside Docker containers along with configuration files for PHP, MySQL, and Nginx.
O autor selecionou a Tech Education Fund para receber uma doação como parte do programa Write for DOnations. O Docker é um aplicativo de código aberto que permite que os…
Learn how to set up a Node.js app for production on Ubuntu with systemd, reverse proxy setup using Nginx, and performance optimization steps.
Nginx is a high performance web server capable of serving content with flexibility and power. When designing your web pages, it is often helpful to customize every piece of content that your users will see. This includes error pages for when they request content that is not…
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 a reverse proxy. In this guide,…