3 lines
80 B
Bash
3 lines
80 B
Bash
yum update -y
|
|
amazon-linux-extras install -y nginx1
|
|
systemctl enable --now nginx |