From ab50915a53109b1be1449ca8ba93fc6d7fdbcdef Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 29 Aug 2025 15:53:29 +0200 Subject: [PATCH] Some cleanup in Caddyfile --- On host/Caddy.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/On host/Caddy.md b/On host/Caddy.md index 0680ba5..052bf54 100644 --- a/On host/Caddy.md +++ b/On host/Caddy.md @@ -326,16 +326,8 @@ wizarr.delmar.bzh { www.delmar.bzh { encode gzip zstd - - handle { - root * /var/www/comics - file_server - } - - handle_path /julien/* { - root * /var/www/resumes/julien - file_server - } + root * /var/www/comics + file_server } ```