源码下载地址:
https://linche.lanzouy.com/iI9x908qscni长期可用演示站:http://duan.hus.pw/
伪静态:
location/{
try_files$uri$uri/=404;
rewrite(\d+|\w+)$/index.php?id=$1;
location^~/asset/{
root/var/www/crz.im;
}
location^~/api/{
root/var/www/crz.im;
}
location^~/inc/{
return403;
}
}