买早了,操
下载
https://pan.quark.cn/s/f844cccf50f0
压缩包内包含了3个文件,分别是:安装视频,安装手册和源码。如果你安装好访问后台提示404等错误,应该是伪静态没有配置,nginx伪静态规则为:
location / {
try_files $uri $uri/ @router;
index index.html;
}
location @router{
rewrite ^.*$ /index.html last;
}
这家伙太懒了,什么也没留下。
给楼主投上 1 枚硬币
当前您的硬币余额:0