diff options
Diffstat (limited to 'blog/2022-02-16-debian-and-nginx.org')
-rw-r--r-- | blog/2022-02-16-debian-and-nginx.org | 10 |
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 - + 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 - + 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 - + 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 |