location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
nginx伪静态
最新推荐文章于 2024-03-24 03:15:05 发布
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
1610
4022

被折叠的 条评论
为什么被折叠?