Redirect legacy permalinks

This commit is contained in:
2026-09-25 00:08:30 -05:00
parent edbdfe8643
commit 8d73cbf433
+4
View File
@@ -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;