老师,你只讲了在根目录下的配置,那要是想有多级目录怎么配置?
直接把
location /aaa/bbb/xxx { rewrite ^/detail/(\d+).html$ /xxx.php?id0$1 last; }