回复详情

woms

2016-11-21 0

裸的

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


加载更多

登陆后才可发表内容