diff options
| author | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-06-23 15:20:07 -0500 |
| commit | e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca (patch) | |
| tree | c5fbcdebea6b6b389f4bf677355df3107fd7a1fe /content/blog/2022-02-16-debian-and-nginx.org | |
| parent | c9715768e01108f7e74ffab01aa368f8adfc3f15 (diff) | |
| download | cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.gz cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.tar.bz2 cleberg.net-e6a61a6b88c50f80d8d8ba10e8f8d3f19531b1ca.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.org | 8 |
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 |
