https://www.toolnb.com/tools/rewriteTools.html
伪静态规则互转工具 很好用哈哈
location / { if (-e $request_filename) { break; } if (!-e $request_filename) { rewrite ^/(.*)$ /index.php/$1 last; break; } location ~ /template { return 404; } }
这样访问template下的任意一个文件都是404 嘿嘿