From b5bf567f1eb9a1baa81a38d7c6b29956ab698d09 Mon Sep 17 00:00:00 2001 From: Qubasa Date: Mon, 8 Jul 2024 21:22:57 +0200 Subject: [PATCH] redirect wclan.html to what-is-clan.html --- modules/web01/homepage.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/web01/homepage.nix b/modules/web01/homepage.nix index 32601d6..7895761 100644 --- a/modules/web01/homepage.nix +++ b/modules/web01/homepage.nix @@ -71,6 +71,9 @@ locations."^~ /blog".extraConfig = '' rewrite ^/blog(.*)$ https://docs.clan.lol/blog permanent; ''; + locations."^~ /wclan".extraConfig = '' + rewrite ^/wclan(.*)$ https://clan.lol/what-is-clan.html permanent; + ''; locations."/thaigersprint".return = "307 https://pad.lassul.us/s/clan-thaigersprint"; };