讨论数量:
(= ̄ω ̄=)··· 暂无内容!
chaofu 的个人博客
/
0
/
0
/
创建于 6年前
/
更新于 6年前
location / {
#主要是这一段一定要确保存在 html 调整等
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
#结束
}
重启nginx
nginx -s reload
本作品采用《CC 协议》,转载必须注明作者和本文链接
推荐文章: