diff options
author | Ben Sima <ben@bsima.me> | 2024-10-17 14:42:56 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:06:47 -0500 |
commit | 7199970716cbaec2b0fe3b58aba07c17ed5fb4b7 (patch) | |
tree | bd0712a12b73467633464cf2ae6ead298abc0c71 /Biz/Cloud/Web.nix | |
parent | a6d9160f9a42ce686caf4abbb9f116e46750a059 (diff) |
Remove dragons.dev domain name
Yeah I let it expire... I am basically giving up on the idea but I'll keep the
code around for now until I have time to comb through it.
Diffstat (limited to 'Biz/Cloud/Web.nix')
-rw-r--r-- | Biz/Cloud/Web.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index b717307..0e080f5 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -211,13 +211,6 @@ in { globalRedirect = "youtube.${rootDomain}"; }; - "dragons.dev" = { - locations."/".proxyPass = - "http://${ports.bensIp}:${toString ports.dragons}"; - forceSSL = true; - useACMEHost = rootDomain; - }; - "dandel-rovbur.${rootDomain}" = { locations."/".proxyPass = "http://${ports.bensIp}:${toString ports.dandel-rovbur}"; @@ -287,8 +280,7 @@ in { # This must contain all of the other domains we host security.acme.certs.${rootDomain}.extraDomainNames = - [ "bsima.me" "www.bsima.me" "dragons.dev" ] - ++ map (sub: "${sub}.${rootDomain}") [ + [ "bsima.me" "www.bsima.me" ] ++ map (sub: "${sub}.${rootDomain}") [ "music" "tv" "matrix" |