From 5d65d8e03a2649f896ccc1ac539807111fbc1bdf Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 18 Jul 2022 16:58:48 +0300 Subject: fix(ops/www): issue certificate for 'www.tazj.in' Change-Id: I6179f785bb6bd6168a2a11836b90da5ee93adc69 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5953 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- ops/modules/www/tazj.in.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/modules/www/tazj.in.nix') diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix index 7d658a5ec4c1..de93ef57060c 100644 --- a/ops/modules/www/tazj.in.nix +++ b/ops/modules/www/tazj.in.nix @@ -11,6 +11,7 @@ enableACME = true; forceSSL = true; root = depot.users.tazjin.homepage; + serverAliases = [ "www.tazj.in" ]; extraConfig = '' ${depot.users.tazjin.blog.oldRedirects} -- cgit 1.4.1