网站根目录权限遵循:
文件644
文件夹755
权限用户和用户组www-data
如出现文件权限问题时,请执行下面3条命令:
chown -R www-data.www-data /usr/local/nginx/html/ find /usr/local/nginx/html/ -type d -exec chmod 755 {} \; find /usr/local/nginx/html/ -type f -exec chmod 644 {} \;
标签:用户组 usr code 文件权限 文件夹 网站 div mod type
网站根目录权限遵循:
文件644
文件夹755
权限用户和用户组www-data
如出现文件权限问题时,请执行下面3条命令:
chown -R www-data.www-data /usr/local/nginx/html/ find /usr/local/nginx/html/ -type d -exec chmod 755 {} \; find /usr/local/nginx/html/ -type f -exec chmod 644 {} \;
标签:用户组 usr code 文件权限 文件夹 网站 div mod type
原文地址:https://www.cnblogs.com/jorzy/p/8456087.html