From c0dc928070afe244d58e9f0f52aa5de5fb5c5eeb Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 4 May 2025 22:44:37 +1200 Subject: [PATCH] Caddy static --- templates/caddy/config/Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/caddy/config/Caddyfile b/templates/caddy/config/Caddyfile index 75fb223..9bd0b7a 100644 --- a/templates/caddy/config/Caddyfile +++ b/templates/caddy/config/Caddyfile @@ -1,2 +1,6 @@ # See https://caddyserver.com/docs/caddyfile +localhost { +root * /srv +file_server +}