diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e8dbed2..90dde3c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -127,6 +127,14 @@ http { return 301 /#livestreams; } + location ^~ /specs { + return 301 /wiki/specs; + } + + location ^~ /commands { + return 301 /wiki/commands; + } + location ~ /\.ht { deny all; }