摘要:
1.查看文件目录是否做默认目录(/usr/share/nginx/html)下,一般出现这个问题,是因为文件不在默认文件夹下 2.如果做usr文件夹,检查文件夹是否有777的权限,没有,则给予权限,如:chmod -R 755 / var/www 3.如果文件在 root目录下,执行:vim /et 阅读全文
摘要:
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( 阅读全文