about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-07-18T13·58+0300
committerclbot <clbot@tvl.fyi>2022-07-18T14·02+0000
commit5d65d8e03a2649f896ccc1ac539807111fbc1bdf (patch)
treeaca7b85eb3b5f591a74161e58f6403adc6ac9466
parentc04c66c637fbad1aa083595e7949bdfbba40780d (diff)
fix(ops/www): issue certificate for 'www.tazj.in' r/4305
Change-Id: I6179f785bb6bd6168a2a11836b90da5ee93adc69
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5953
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
-rw-r--r--ops/modules/www/tazj.in.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix
index 7d658a5ec4..de93ef5706 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}