Nginx

Astro

Publishing a Separate Astro Site on a Subdomain

I wanted to keep Roblox Studio development notes slightly separate from the current nosubject.io site. Buying a new …
Hugo

Creating a Hugo 404 Page and Serving It with Nginx

This post covers how to add a 404 page to a Hugo site. In Hugo, if you create layouts/404.html, Hugo generates …
Hugo

Switching the Raspberry Pi WordPress Site to Hugo

I already wrote about migrating the article data from WordPress to Hugo in Migrating from WordPress to Hugo. This …
RaspberryPi

[Raspberry Pi] After Setting Up a Ramdisk, nginx Stopped Starting, So I Handled It with rc-local

This is just about trying an earlier article, [Ubuntu] After Setting Up a Ramdisk on Raspberry Pi, nginx and MySQL …
Docker

[Raspberry Pi 4] Run WordPress with Docker

Overview These are notes from setting up WordPress with Docker. Nginx is already running on the host side, and an SSL …
Docker

[Raspberry Pi 4] Build a Mail Server (Postfix + Dovecot) with Docker

This time, I use Docker to start a mail server and handle the various settings around it. Overview I use Postfix and …
Linux

[Raspberry Pi 4] Install Nginx and Obtain an SSL Server Certificate from Let's Encrypt

Overview Since I installed Ubuntu 20.10 on a Raspberry Pi 4, I migrated the mail server and WordPress running on my …