From f304d459c5278a135650296d2b1c407314d903fb Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 23 Jun 2025 15:20:07 -0500 Subject: feat(blog): update blog post titles and fix character bugs --- content/blog/2022-02-16-debian-and-nginx.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/blog/2022-02-16-debian-and-nginx.org') diff --git a/content/blog/2022-02-16-debian-and-nginx.org b/content/blog/2022-02-16-debian-and-nginx.org index 1de00f0..14efcc5 100644 --- a/content/blog/2022-02-16-debian-and-nginx.org +++ b/content/blog/2022-02-16-debian-and-nginx.org @@ -1,5 +1,5 @@ #+date: <2022-02-16 Wed 00:00:00> -#+title: Web Server Migration Procedure to Debian with Nginx and Agate Components +#+title: Switching to Debian and Nginx: A Modern Web and Gemini Server Migration Walkthrough #+description: Step-by-step protocol for transitioning web server infrastructure to Debian operating system, including installation, configuration, and security hardening of Nginx and Agate services. #+slug: debian-and-nginx #+filetags: :debian:nginx:webserver: @@ -132,14 +132,14 @@ server { sudo systemctl restart nginx #+end_src -** Nginx vs. Apache +** Nginx vs. Apache As I stated at the beginning, my historical hesitation with trying Nginx was that the differences in configuration formats scared me away from leaving Apache. However, I prefer Nginx to Apache for a few reasons: -1. Nginx uses only one config file (=your_domain=) vs. Apache's two-file - approach for HTTP vs. HTTPS (=your_domain.conf= and +1. Nginx uses only one config file (=your_domain=) vs. Apache's two-file + approach for HTTP vs. HTTPS (=your_domain.conf= and =your_domain-le-ssl.conf=). 2. Symlinking new configurations files and reloading Nginx are way easier than Apache's process of having to enable headers with -- cgit v1.2.3-70-g09d2