diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-07-08 21:30:26 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-07-08 21:30:26 -0500 |
commit | 19f0a243737d2dedab8b402e2c4519838d9fd6d0 (patch) | |
tree | 624c67c9f029307c175f73569c1981381185da9b /content/blog/2022-02-16-debian-and-nginx.md | |
parent | 339c7823f37d9af0bbdad409f15e696170c8d467 (diff) | |
download | cleberg.net-19f0a243737d2dedab8b402e2c4519838d9fd6d0.tar.gz cleberg.net-19f0a243737d2dedab8b402e2c4519838d9fd6d0.tar.bz2 cleberg.net-19f0a243737d2dedab8b402e2c4519838d9fd6d0.zip |
fix images for 2022 posts
Diffstat (limited to 'content/blog/2022-02-16-debian-and-nginx.md')
-rw-r--r-- | content/blog/2022-02-16-debian-and-nginx.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/blog/2022-02-16-debian-and-nginx.md b/content/blog/2022-02-16-debian-and-nginx.md index 65ef587..fd04682 100644 --- a/content/blog/2022-02-16-debian-and-nginx.md +++ b/content/blog/2022-02-16-debian-and-nginx.md @@ -7,9 +7,6 @@ draft = false # Server OS: Debian - - I've used various Linux distributions throughout the years, but I've never used anything except Ubuntu for my servers. Why? I really have no idea, mostly just comfort around the commands and software availability. @@ -30,9 +27,6 @@ users' home folders. No complaints at all from me - Debian seems great. # Web Server: Nginx - - Once I had the baseline server configuration set-up for Debian, I moved on to trying out [Nginx](https://nginx.org) as my web server software. This required me to install the `nginx` and `ufw` packages, as well as setting up the initial @@ -160,9 +154,6 @@ what other fun things I can do with all of this. # Gemini Server: Agate - - Finally, I set up the Agate software on this server again to host my Gemini server content, using Rust as I have before. You can read my other post for more information on installing Agate: [Hosting a Gemini |