伪静态

首页 > PHP > Thinkphp6 更新日期:2021-04-20 15:45:03
location ~* (runtime|application)/{
	return 403;
}
location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}


标题导航