diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index 215d249..6206bff 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -54,6 +54,9 @@ enableACME = true; locations."/".proxyPass = "http://localhost:8080"; }; + "cache.missing.ninja" = { + locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}"; + }; }; };