diff options
author | makefu <github@syntax-fehler.de> | 2019-04-18 08:32:33 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-18 08:32:33 +0200 |
commit | 398f96dfff0579e3d62d8ea0f7fd49dd91014d16 (patch) | |
tree | e4e38a62b386c7f1cc46efe0a70db6eaddc99277 /makefu/2configs/binary-cache/server.nix | |
parent | c9ad1359f1605040860db136ceaf8be984baa7b2 (diff) |
ma binary-cache: add gum
Diffstat (limited to 'makefu/2configs/binary-cache/server.nix')
-rw-r--r-- | makefu/2configs/binary-cache/server.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/makefu/2configs/binary-cache/server.nix b/makefu/2configs/binary-cache/server.nix index ad6256830..c8f68c84d 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}"; |