diff --git a/hosts/hainich/services/limesurvey.nix b/hosts/hainich/services/limesurvey.nix index e112550..12a051f 100644 --- a/hosts/hainich/services/limesurvey.nix +++ b/hosts/hainich/services/limesurvey.nix @@ -80,7 +80,7 @@ }; }; - services.nginx.virtualHosts."survey.infra4future.de" = { + services.nginx.virtualHosts."survey2.infra4future.de" = { locations."/".proxyPass = "http://${config.containers.limesurvey.localAddress}"; enableACME = true; forceSSL = true;