缺少index.html或者index.PHP文件
打开nginx.conf配置文件,找到
server {
listen 80; server_name localhost;下面的
index index.html index.htm;在后面添加:index.php
即: index index.html index.htm index.php;
本文共 223 字,大约阅读时间需要 1 分钟。
缺少index.html或者index.PHP文件
打开nginx.conf配置文件,找到
server {
listen 80; server_name localhost;下面的
index index.html index.htm;在后面添加:index.php
即: index index.html index.htm index.php;
转载于:https://my.oschina.net/chunto/blog/227017