aboutsummaryrefslogtreecommitdiff
path: root/blog/2022-02-16-debian-and-nginx.org
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
commitfcc889508ab63a679b5cbd231478b25cff48d8fc (patch)
treea9ec2ce9f00b07a0ab081e7160e1183a7cef634f /blog/2022-02-16-debian-and-nginx.org
parentdfb4de1797796c72f597f4c0c6cd1e01dc5a66ee (diff)
downloadcleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.gz
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.bz2
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.zip
fix: update domains
Diffstat (limited to 'blog/2022-02-16-debian-and-nginx.org')
-rw-r--r--blog/2022-02-16-debian-and-nginx.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/blog/2022-02-16-debian-and-nginx.org b/blog/2022-02-16-debian-and-nginx.org
index 2421589..50cadf9 100644
--- a/blog/2022-02-16-debian-and-nginx.org
+++ b/blog/2022-02-16-debian-and-nginx.org
@@ -7,7 +7,7 @@ draft = false
## Server OS: Debian
-![Debian + neofetch](https://img.0x4b1d.org/blog/20220216-migrating-to-debian-and-nginx/neofetch.png)
+![Debian + neofetch](https://img.cleberg.net/blog/20220216-migrating-to-debian-and-nginx/neofetch.png)
I've used various Linux distributions throughout the years, but I've never used
anything except Ubuntu for my servers.
@@ -24,14 +24,14 @@ to Ubuntu for my purposes.
I did the normal things when first launching the VPS, such as adding a new user,
locking down SSH, etc. If you want to see that level of detail, read my other
post about
-[How to Set Up a VPS Web Server](https://0x4b1d.org/blog/how-to-set-up-a-vps-web-server/).
+[How to Set Up a VPS Web Server](https://cleberg.net/blog/how-to-set-up-a-vps-web-server/).
All of this has been similar, apart from small things such as the location of
users' home folders. No complaints at all from me - Debian seems great.
## Web Server: Nginx
-![Nginx status](https://img.0x4b1d.org/blog/20220216-migrating-to-debian-and-nginx/nginx.png)
+![Nginx status](https://img.cleberg.net/blog/20220216-migrating-to-debian-and-nginx/nginx.png)
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
@@ -163,12 +163,12 @@ can do with all of this.
## Gemini Server: Agate
-![Agate status](https://img.0x4b1d.org/blog/20220216-migrating-to-debian-and-nginx/agate.png)
+![Agate status](https://img.cleberg.net/blog/20220216-migrating-to-debian-and-nginx/agate.png)
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 Server](https://0x4b1d.org/blog/hosting-a-gemini-server/).
+[Hosting a Gemini Server](https://cleberg.net/blog/hosting-a-gemini-server/).
All in all, Debian + Nginx is very slick and I prefer it over my old combination
of Ubuntu + Apache (although it's really just Nginx > Apache for me, since