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
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 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 […]

Categories
JavaScript

How To Install Node.js on Ubuntu 22.04

Introduction Node.js is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript, a […]