How to Install WordPress with LEMP and MariaDB on Ubuntu 22.04
Do you want to have your own little place on the web? Do you have an idea for a blog, a business website, an online shop, an online forum, or …
Secure Your Site Using HTTPS with Self-Signed or CA SSL Certificates on Ubuntu 22.04
No one wants to have their sensitive data hijacked because of bad web security practices, and securing your web traffic with SSL/TLS encryption to handle HTTPS communications has become an …
Nginx Basics — Part 2: Reverse Proxy
On the web there are basically two types of computers (or more accurately, computer programs). A Server, whose job it is to serve web content. This service may include things …
Nginx Basics – Part 1: Easy TLS / SSL setup using Certbot and Let’s Encrypt
TL;DR Version To install Nginx and Certbot on Ubuntu/Debian systems, you first need to make sure that your FQDN has an A record pointing at your server’s public IP, and …
Nginx Basics – Part 0: Configuration Files
Nginx is one the most useful pieces of software when it comes to the web. It has quickly grown from a simple web server to a fully-featured load balancer, reverse …