about summary refs log tree commit diff
path: root/sys
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-01-03 09:13:35 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-03 09:13:35 +0000
commitec6ac32cd677243ad0eb05370ce1c80408449ade (patch)
treeeddc373196e1929fb51e6ab0619de1dbc731395a /sys
parent3f3419f384f99b79058390d5487815baeb44df2d (diff)
downloadnixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.tar
nixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.tar.gz
nixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.tar.bz2
nixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.tar.lz
nixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.tar.xz
nixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.tar.zst
nixlib-ec6ac32cd677243ad0eb05370ce1c80408449ade.zip
modules/spectrum/nginx: extract atuin.nix redirects
Diffstat (limited to 'sys')
-rw-r--r--sys/atuin.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/atuin.nix b/sys/atuin.nix
index e9bd3016cc5b..0cb6bea29688 100644
--- a/sys/atuin.nix
+++ b/sys/atuin.nix
@@ -165,11 +165,6 @@
     let
       vhosts = {
         "znc.qyliss.net".locations."/".proxyPass = "http://127.0.0.1:6667/";
-        "spectrum-os.com".locations."/".return = "301 https://spectrum-os.org/";
-        "spectrumos.org".locations."/".return = "301 https://spectrum-os.org/";
-        "www.spectrum-os.com".locations."/".return = "301 https://spectrum-os.org/";
-        "www.spectrum-os.org".locations."/".return = "301 https://spectrum-os.org/";
-        "www.spectrumos.org".locations."/".return = "301 https://spectrum-os.org/";
 
         "spectrum-os.org".locations = {
           "/".root = "/home/spectrum/www";