aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-02-16-debian-and-nginx.org
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-06-23 15:20:07 -0500
committerChristian Cleberg <hello@cleberg.net>2025-06-23 15:20:07 -0500
commitf304d459c5278a135650296d2b1c407314d903fb (patch)
treec5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2022-02-16-debian-and-nginx.org
parent5c89edc7c3ef52910eeb0be9eafa1278f575ffe9 (diff)
downloadcleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.gz
cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.tar.bz2
cleberg.net-f304d459c5278a135650296d2b1c407314d903fb.zip
feat(blog): update blog post titles and fix character bugs
Diffstat (limited to 'content/blog/2022-02-16-debian-and-nginx.org')
-rw-r--r--content/blog/2022-02-16-debian-and-nginx.org8
1 files changed, 4 insertions, 4 deletions
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