fix nexus domain name

This commit is contained in:
stubbfelnewpc
2020-10-24 19:17:41 +02:00
parent 1857a002dd
commit 40ae08c3c9

View File

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