enable ssl for nexus

This commit is contained in:
stubbfelnewpc
2020-10-24 19:16:04 +02:00
parent ea86e52edc
commit 1857a002dd
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ let
in
{
services.nginx.virtualHosts."nexus.*" = {
enableACME = false;
forceSSL = false;
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://${lAddress}:${toString lPort}";
};