diff options
author | Vincent Ambo <mail@tazj.in> | 2022-07-18T13·58+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-18T14·02+0000 |
commit | 5d65d8e03a2649f896ccc1ac539807111fbc1bdf (patch) | |
tree | aca7b85eb3b5f591a74161e58f6403adc6ac9466 /ops | |
parent | c04c66c637fbad1aa083595e7949bdfbba40780d (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>
Diffstat (limited to 'ops')
-rw-r--r-- | ops/modules/www/tazj.in.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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} |