Redirect legacy permalinks
This commit is contained in:
@@ -3,6 +3,10 @@ server {
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
location ~ ^/(\w\w/)?(h|m|named)/ {
|
||||
return 301 http://alttpr-legacy.gwaa.kiwi$request_uri;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
Reference in New Issue
Block a user