diff --git a/hosts/algiz/caddy/nix-cache/index.html b/hosts/algiz/caddy/nix-cache/index.html index 51e9a79..a9a34a3 100644 --- a/hosts/algiz/caddy/nix-cache/index.html +++ b/hosts/algiz/caddy/nix-cache/index.html @@ -31,7 +31,7 @@ - +
diff --git a/hosts/algiz/services.nix b/hosts/algiz/services.nix index 38e3c54..67223ca 100644 --- a/hosts/algiz/services.nix +++ b/hosts/algiz/services.nix @@ -87,6 +87,7 @@ in virtualHosts = { "attic.dayl.in".extraConfig = '' + redir /oizys / handle / { @@ -100,10 +101,16 @@ in ''; "nix-cache.dayl.in".extraConfig = '' - handle / { + @frontend { + path / + path /daylin-nix-cache-logo.svg + } + + handle @frontend { root * ${static-nix-cache} file_server } + handle /* { reverse_proxy http://localhost:${harmoniaPort} }