1、使用apt-get 安装nginx(得机器能联网才行)
# 切换到root用户
# 切换到root用户 sudo -i # 更新apt源
apt-get update
# 安装nginx
apt-get install nginx -y
2、访问nginx
# 检查防火墙状态
root@control01:~# ufw status
Status: inactive
防火墙没启动,我们可以直接访问
标签:get,安装,ubuntu22.04,apt,nginx,root From: https://www.cnblogs.com/ggborn-001/p/17021364.html