cache ssl

This commit is contained in:
jopejoe1 2024-10-09 10:36:43 +02:00
parent 38fbed51a0
commit 64d84a3282

View file

@ -55,6 +55,8 @@
locations."/".proxyPass = "http://localhost:8080";
};
"cache.missing.ninja" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
};
};