From 7f1744bd224020aad7690ca089fbd120ca5c68ed Mon Sep 17 00:00:00 2001 From: CaptainArk Date: Sat, 26 Mar 2016 15:40:16 +0100 Subject: [PATCH] webdav with nginx #2 - typo fix --- content/webdav-nginx.md | 2 +- output/rss.xml | 2 +- output/webdav-with-nginx.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/webdav-nginx.md b/content/webdav-nginx.md index 0ac6ede..a2c7cb2 100644 --- a/content/webdav-nginx.md +++ b/content/webdav-nginx.md @@ -2,7 +2,7 @@ Title: WebDAV with nginx Date: 2016-03-26 Category: Tutorial -This website has been hosted on an [Online.net](https://www.online.net) dedicated server since its creation. I've been one of their customers for the past 3 year now, and I still don't have anything bad to say about them. +This website has been hosted on an [Online.net](https://www.online.net) dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them. They recently upgraded their personnal range, and I took the opportunity to upgrade from a single server running all of my services to 2 servers running LXC containers that are hosting my services. diff --git a/output/rss.xml b/output/rss.xml index 52b7e06..cb4a669 100644 --- a/output/rss.xml +++ b/output/rss.xml @@ -1,5 +1,5 @@ -Sysadmining. All day. Every day.https://captainark.net/2016-03-26T00:00:00+01:00WebDAV with nginx2016-03-26T00:00:00+01:00Antoine Jouberttag:captainark.net,2016-03-26:webdav-with-nginx.html<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one of their customers for the past 3 year now, and I still don't have anything bad to say about them.</p> +Sysadmining. All day. Every day.https://captainark.net/2016-03-26T00:00:00+01:00WebDAV with nginx2016-03-26T00:00:00+01:00Antoine Jouberttag:captainark.net,2016-03-26:webdav-with-nginx.html<p>This website has been hosted on an <a href="https://www.online.net">Online.net</a> dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them.</p> <p>They recently upgraded their personnal range, and I took the opportunity to upgrade from a single server running all of my services to 2 servers running LXC containers that are hosting my services.</p> <p>It took me 2 days to migrate everything, but it was worth it. If I decide to switch servers again, I'll have to migrate the containers instead of the services themselves. Considering they are stored on a separate BTRFS volume, it shouldn't take me more than a few hours at most.</p> <p>During the migration, I realized that I needed to make files that were hosted on one server accessible to the other. I could have gone with CIFS or NFS, but I wanted to have encryption built-in instead of having to rely on a VPN for that. Since I figured it was a good opportunity to learn something new, I ended up going with WebDAV.</p> diff --git a/output/webdav-with-nginx.html b/output/webdav-with-nginx.html index 3df4eb9..a922935 100644 --- a/output/webdav-with-nginx.html +++ b/output/webdav-with-nginx.html @@ -36,7 +36,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -110,7 +110,7 @@
-

This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 year now, and I still don't have anything bad to say about them.

+

This website has been hosted on an Online.net dedicated server since its creation. I've been one of their customers for the past 3 years now, and I still don't have anything bad to say about them.

They recently upgraded their personnal range, and I took the opportunity to upgrade from a single server running all of my services to 2 servers running LXC containers that are hosting my services.

It took me 2 days to migrate everything, but it was worth it. If I decide to switch servers again, I'll have to migrate the containers instead of the services themselves. Considering they are stored on a separate BTRFS volume, it shouldn't take me more than a few hours at most.

During the migration, I realized that I needed to make files that were hosted on one server accessible to the other. I could have gone with CIFS or NFS, but I wanted to have encryption built-in instead of having to rely on a VPN for that. Since I figured it was a good opportunity to learn something new, I ended up going with WebDAV.