From 6fa1f689f81858d861858da7bcf1ab2efe0bf47a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Mar 2021 00:29:06 +0100 Subject: [PATCH] limesurvey: use survey2.infra4future.de for testing purposes --- hosts/hainich/services/limesurvey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;