location ~*([0-9])$ {
if (!-e $request_filename){
rewrite ^(.*)$ /$1.html last;
break;
}
root /www/wwwroot/cdtrans/public;
}
- THE END -
最后修改:2021年7月21日