1
0
forked from clan/clan-infra

redirect wclan.html to what-is-clan.html

This commit is contained in:
Luis Hebendanz 2024-07-08 21:22:57 +02:00
parent e00e337121
commit b5bf567f1e

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