code, software architect, articles and novels. 代码,软件架构,博客和小说
Web Config Permission of Files and Dirs
Posted onEdited onWord count in article: 151Reading time ≈1 mins.
permission of files: 0644
permission of dirs: 0755
if not, you will not see the web page. Or your site may have an exploit.
配置文件的权限为0644, 配置dir的权限为0755,这样即可以让用户访问到,又不会有太大的安全漏洞。