From d05ea0bfecc3e499792e89b9d9b8bc52e313482d Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Wed, 13 Apr 2022 14:57:51 +0100 Subject: [PATCH] [fix] about domains --- caddy/Caddyfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index c46d0fe..5b7cdff 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -47,7 +47,8 @@ import duckdns import auth_quodatum - about.quodatum.duckdns.org { + @quodatum host about.quodatum.duckdns.org + handle @quodatum { encode zstd gzip root * quodatum file_server browse @@ -83,10 +84,11 @@ import duckdns import auth - about.orlop.duckdns.org { - encode zstd gzip - root * orlop - file_server browse + @orlop host about.orlop.duckdns.org + handle @orlop { + encode zstd gzip + root * orlop + file_server browse } @jellyfin host jellyfin.orlop.duckdns.org