This commit is contained in:
jopejoe1 2024-10-14 19:36:42 +02:00
parent 434e79a060
commit 110d6dccb2
2 changed files with 6 additions and 1 deletions

View file

@ -59,6 +59,11 @@
enableACME = true;
locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
};
"hetzner" = {
forceSSL = false;
enableACME = false;
locations."/".proxyPass = "http://127.0.0.1:1242";
};
};
};