Redirect clan.lol/blog to docs.clan.lol/blog #181

Merged
clan-bot merged 1 commits from Qubasa-main into main 2024-05-17 14:34:34 +00:00

View File

@ -72,6 +72,9 @@
locations."^~ /docs".extraConfig = ''
rewrite ^/docs(.*)$ https://docs.clan.lol permanent;
'';
locations."^~ /blog".extraConfig = ''
rewrite ^/blog(.*)$ https://docs.clan.lol/blog permanent;
'';
locations."/thaigersprint".return = "307 https://pad.lassul.us/s/clan-thaigersprint";
};