location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
thinkphp6 Nginx 伪静态
最新推荐文章于 2025-05-27 09:57:21 发布
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}