From 5a34f52fb8acf4a20855b239f26f347c43181908 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 19 Sep 2024 13:38:16 +0200 Subject: nix-cache init --- nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix') diff --git a/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix b/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix index cbb6a0d..48887ad 100644 --- a/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix +++ b/nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix @@ -6,6 +6,12 @@ enableACME = true; locations = { + "= /" = { + index = "/index.txt"; + }; + "= /index.txt" = { + root = ./nix-cache.emile.space; + }; "/" = { proxyPass = "http://${config.services.harmonia.settings.bind}"; }; @@ -24,9 +30,6 @@ # locations."= /" = { # index = "/index.txt"; # }; - # locations."= /index.txt" = { - # root = ./index.txt; - # }; # locations."= /nix/store/" = { # extraConfig = '' # return 404; -- cgit 1.4.1