CentOS上部署Nginx作为个人文件服务器
摘要:
开机进入服务器: yum -y update # 更新 reboot # 重启 部署Nginx: yum -y install nginx # 安装nginx systemctl enable nginx # 设置自启动 systemctl start nginx # 启动nginx # 这个时候我 阅读全文
posted @ 2021-12-27 22:40 Ice94 阅读(163) 评论(0) 推荐(0)
浙公网安备 33010602011771号