From 660486786511871d735c676fea53fdb9ad29ffa6 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 --- services/limesurvey.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/limesurvey.nix b/services/limesurvey.nix index 861b897..42d3245 100644 --- a/services/limesurvey.nix +++ b/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;