nginx “403 Forbidden” 错误 解决方法

 

错误的原因是缺少index.html或者index.php文件,就是配置文件中index index.html index.htm这行中的指定的文件

只需要配置时加一句  index  index.html index.htm index.php

 

posted @ 2018-11-15 16:01  Katydids  阅读(191)  评论(0编辑  收藏  举报