all repos — nixfiles @ a047a215526a9e5a5edb5f80db569b18d603395c

System and user configuration, managed by nix and home-manager

linde: remove unused website hosting
Alan Pearce alan@alanpearce.eu
Sat, 22 Mar 2025 00:07:21 +0100
commit

a047a215526a9e5a5edb5f80db569b18d603395c

parent

cf033238c56b80945f5b6f03cc46bdb274bf7cd3

1 files changed, 0 insertions(+), 13 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -509,19 +509,6 @@ {         "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";