diff options
Diffstat (limited to 'nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix')
-rw-r--r-- | nix/hosts/corrino/www/nix-cache/nix-cache.emile.space.nix | 9 |
1 files changed, 6 insertions, 3 deletions
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; |