1
0
forked from clan/clan-infra

Merge pull request 'redirect wclan.html to what-is-clan.html' (#213) from Qubasa/clan-infra:Qubasa-main into main

This commit is contained in:
clan-bot 2024-07-08 19:26:50 +00:00
commit ade9c76e6b

View File

@ -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";
};