伪静态

location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}

posted @ 2023-11-17 10:51  转~~~  阅读(72)  评论(0)    收藏  举报