From 2cb3265db93d16004da7b3e6a3a0bd8ab2ffddaa Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 13 Mar 2020 23:15:20 +0000 Subject: [PATCH] post: fix link to part 2 --- source/_posts/caddy-nixos-part-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/caddy-nixos-part-3.md b/source/_posts/caddy-nixos-part-3.md index ff124f6..aac6a8f 100644 --- a/source/_posts/caddy-nixos-part-3.md +++ b/source/_posts/caddy-nixos-part-3.md @@ -163,7 +163,7 @@ Move the files to home folder of "caddyProxy" user, which is "/var/lib/caddyProx # chmod 600 /var/lib/caddyProxy/* ``` -If you followed my {% post_link caddy-nixos-part-2 'Part 2' %} guide, you should have `caddyProxy` user and group before executing chown and chmod. If you haven't, check out [this section](/blog/caddy-nixos-part-2#Run-each-service-as-different-user) of Part 2. +If you followed my {% post_link caddy-nixos-part-2 'Part 2' %} guide, you should have `caddyProxy` user and group before executing chown and chmod. If you haven't, check out [this section](/blog/2020/03/04/caddy-nixos-part-2/#Run-each-service-as-different-user) of Part 2. ### Initial setup