Hi, I have a situation like this: I have a redirect in nginx: location /old-url.html { rewrite ^/.* http://$server_name/new-url.html permanent; } My purpose is for people from outside of my site, go to old-url, they will then be redirected to...