From 91c695c1ac2b2bfd845804070ac28d013408cd76 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 22 May 2022 23:17:40 +0200 Subject: [PATCH] localhost --- Caddyfile | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/Caddyfile b/Caddyfile index db2571c..57aaa51 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,14 +1,4 @@ -{ - auto_https off -} +localhost -blog.kasperhermansen.com { - root * /usr/share/caddy - file_server -} - - -b.kasperhermansen.com { - root * /usr/share/caddy - file_server -} +root * /usr/share/caddy +file_server