summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/binary-cache/server.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-04-18 08:32:33 +0200
committermakefu <github@syntax-fehler.de>2019-04-18 08:32:33 +0200
commit398f96dfff0579e3d62d8ea0f7fd49dd91014d16 (patch)
treee4e38a62b386c7f1cc46efe0a70db6eaddc99277 /makefu/2configs/binary-cache/server.nix
parentc9ad1359f1605040860db136ceaf8be984baa7b2 (diff)
ma binary-cache: add gum
Diffstat (limited to 'makefu/2configs/binary-cache/server.nix')
-rw-r--r--makefu/2configs/binary-cache/server.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/makefu/2configs/binary-cache/server.nix b/makefu/2configs/binary-cache/server.nix
index ad625683..c8f68c84 100644
--- a/makefu/2configs/binary-cache/server.nix
+++ b/makefu/2configs/binary-cache/server.nix
@@ -19,9 +19,10 @@
};
services.nginx = {
enable = true;
- virtualHosts.nix-serve = {
- serverAliases = [ "cache.gum.r"
- "cache.euer.krebsco.de"
+ virtualHosts."cache.euer.krebsco.de" = {
+ forceSSL = true;
+ enableACME = true;
+ serverAliases = [ # "cache.gum.r"
"cache.gum.krebsco.de"
];
locations."/".proxyPass= "http://localhost:${toString config.services.nix-serve.port}";