解决办法:
在nginx的conf文件中添加上访问index.php
bash
vim /usr/local/nginx/conf/nginx.conf
保存退出
再重启一下nginx,就完成了。
bash
./nginx -s reload