From 11e6274e3708d462941afbf8a4d5bd48da2ae1ef Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 1 Mar 2026 00:09:07 -0500 Subject: [PATCH] added some more stuff to caddy --- modules/machine/yshtola/configuration.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/machine/yshtola/configuration.nix b/modules/machine/yshtola/configuration.nix index 8b570fe..32eb347 100644 --- a/modules/machine/yshtola/configuration.nix +++ b/modules/machine/yshtola/configuration.nix @@ -241,13 +241,12 @@ in { reverse_proxy localhost:4000 } - @static file - handle @static { - file_server - } - handle { - reverse_proxy localhost:3000 + @notfile not file + handle @notfile { + reverse_proxy localhost:3000 + } + file_server } ''; };