summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-22 00:07:21 +0100
committerAlan Pearce2025-03-22 00:07:21 +0100
commita047a215526a9e5a5edb5f80db569b18d603395c (patch)
treec3f3e44e30af95419efe5b1fe77c7a6328092eeb
parentcf033238c56b80945f5b6f03cc46bdb274bf7cd3 (diff)
downloadnixfiles-a047a215526a9e5a5edb5f80db569b18d603395c.tar.lz
nixfiles-a047a215526a9e5a5edb5f80db569b18d603395c.tar.zst
nixfiles-a047a215526a9e5a5edb5f80db569b18d603395c.zip
linde: remove unused website hosting
-rw-r--r--system/linde.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/linde.nix b/system/linde.nix
index bc65e0de..578b31c6 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -509,19 +509,6 @@ in
         "http://" = {
           # Needed for HTTP->HTTPS servers
         };
-        "alanpearce.eu" = {
-          serverAliases = [
-            "www.alanpearce.eu"
-            "alanpearce.uk"
-            "www.alanpearce.uk"
-            "aln.pe"
-            "test.alanpearce.eu"
-          ];
-          useACMEHost = "alanpearce.eu";
-          extraConfig = ''
-            reverse_proxy http://localhost:8080
-          '';
-        };
         "${hostname}.alanpearce.eu" = {
           serverAliases = [ "https://" ];
           useACMEHost = "alanpearce.eu";