From 3157ee1b7a3f4a13787206ff551028798f4f7340 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 15 Apr 2020 14:53:19 +0000 Subject: sys/atuin: redirect spectrumos.org with 301 Nginx defaults to 302 Found, but 301 Moved Permanently is more appropriate here. --- sys/atuin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/atuin.nix b/sys/atuin.nix index 3fa5a128d09b..7383a887fefb 100644 --- a/sys/atuin.nix +++ b/sys/atuin.nix @@ -140,7 +140,7 @@ let vhosts = { "znc.qyliss.net".locations."/".proxyPass = "http://127.0.0.1:6667/"; - "spectrumos.org".locations."/".return = "https://spectrum-os.org/"; + "spectrumos.org".locations."/".return = "301 https://spectrum-os.org/"; "spectrum-os.org".locations."/".root = "/home/spectrum/www"; default = { -- cgit 1.4.1