diff --git a/nginx.conf b/nginx.conf index ae43fde..7c7c1e8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;