location ~* ^/abc.([\da-zA-Z.]+) { rewrite ^/abc.([\da-zA-Z.]+) /$1 last; }
访问 abc.com/abc.js.php%20/v/%20/d%20 重写到 abc.com/abc.js.php 是不是哪里写的不对?