问题描述:线下项目访问首页index.php正常 线上lavarel 403
基本操作: /etc/nginx/conf.d/xxx.conf index 配置添加index.php重启nginx systemctl restart nginx systemctl status nginx 原因: 线下直接通过php访问项目 php傻瓜式配置自动找index.php 线上需要在配置文件中配置一下
转载于:https://www.cnblogs.com/liuxinxin4288/p/8618336.html