diff --git a/modules/machine/yshtola/configuration.nix b/modules/machine/yshtola/configuration.nix index 912e99f..f1ec7c3 100644 --- a/modules/machine/yshtola/configuration.nix +++ b/modules/machine/yshtola/configuration.nix @@ -244,13 +244,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 } ''; };