我在安装的LNMP一键安装包的时候,发现网站首页是index.html不能直接打开,正常思路应该是默认首页没有这个文件名,只需要设置就可以。方法很简单:
/usr/local/nginx/conf/vhost/对应网站名的.conf文件
找到下面这样
index index.html index.htm index.php default.html default.htm default.php;
Δ
解决lnmp更改设置默认首页问题:等您坐沙发呢!