Add redirect for wiki entries

master
Nikola Forró 6 years ago
parent 55c2a09d5f
commit 8b4b81acdf

@ -127,6 +127,14 @@ http {
return 301 /#livestreams;
}
location ^~ /specs {
return 301 /wiki/specs;
}
location ^~ /commands {
return 301 /wiki/commands;
}
location ~ /\.ht {
deny all;
}

Loading…
Cancel
Save