nginx - index.html 不会在访问目录时自动载入
阿神
阿神 2017-04-25 09:01:10
0
1
778

CentOS 安装了 nginx,访问网站目录比如 http://x.com/abc 时,不会自动载入 http://x.com/abc/index.html,而是直接 forbidden 了。

但如果访问 http://x.com/abc/index.html 就正常,怎么办?

阿神
阿神

闭关修行中......

reply all(1)
大家讲道理

Check if this setting exists in Nginx:

index index.html;

Check whether Nginx has r permission on the /abc corresponding file directory.

  • http://nginx.org/en/docs/http/ngx_http_index_module.html
  • https://help.ubuntu.com/community/FilePermissions
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template