From 817cd6f166af88b73ff7b80e7e70a0689951f731 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 2 Apr 2021 12:52:55 +0200 Subject: feat(ops/nixos/www): Enable tvl.su aliases for dev tools This is not for the domain root though, as that's going to be something else eventually. The canonical URLs are the .fyi ones (at least for now), and some of these tools will eventually generate links that make user sessions started from *.tvl.su converge on *.tvl.fyi. Relates to b/98 Change-Id: I1c3bcf72a3063059002e4b0bdd57c269a410a8bc Reviewed-on: https://cl.tvl.fyi/c/depot/+/2758 Reviewed-by: sterni Tested-by: BuildkiteCI --- ops/nixos/www/cs.tvl.fyi.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/nixos/www/cs.tvl.fyi.nix') diff --git a/ops/nixos/www/cs.tvl.fyi.nix b/ops/nixos/www/cs.tvl.fyi.nix index ed2adcbf8294..fac814baf064 100644 --- a/ops/nixos/www/cs.tvl.fyi.nix +++ b/ops/nixos/www/cs.tvl.fyi.nix @@ -8,6 +8,7 @@ config = { services.nginx.virtualHosts."cs.tvl.fyi" = { serverName = "cs.tvl.fyi"; + serverAliases = [ "cs.tvl.su" ]; enableACME = true; forceSSL = true; -- cgit 1.4.1