ASCWH - 使用nginx运行thinkphp的nginx配置 的评论 https://ascwh.com/207.html location / { index index.php; #如果文件不存在则尝试TP解析 if (!-e $request_filename) { rewrite...