零度lep分销 伪静态

2021-07-20 4048阅读
location / {
 if (!-e $request_filename){
  rewrite  ^(.*)$  /index.php?s=$1  last;   break;
 }
}

零度lep分销 伪静态