Categories
Security

How To Secure Nginx with Let’s Encrypt on Ubuntu 22.04

Introduction Let’s Encrypt is a Certificate Authority (CA) that provides an accessible way to obtain and install free TLS/SSL certificates, […]

Categories
Ubuntu 22.04

How To Configure Nginx to Use Custom Error Pages on Ubuntu 22.04

Introduction Nginx is a high performance web server capable of serving content with flexibility and power. When designing your web […]

Categories
Conceptual

Understanding Nginx HTTP Proxying, Load Balancing, Buffering, and Caching

Introduction In this guide, we will discuss Nginx’s http proxying capabilities, which allow Nginx to pass requests off to backend […]

Categories
Security

How To Set Up Password Authentication with Nginx on Ubuntu 22.04

Introduction When setting up a web server, there are often sections of the site that you wish to restrict access […]

Categories
Python

How To Set Up uWSGI and Nginx to Serve Python Apps on Ubuntu 14.04

Introduction In this guide, we will be setting up a simple WSGI application served by uWSGI. We will use the […]

Categories
Python

How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 22.04

A previous version of this tutorial was written by Kathleen Juell. Introduction In this guide, you will build a Python […]