git config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum update -y | |
sudo yum module list nginx | |
sudo yum module enable nginx:1.20 | |
sudo yum install nginx -y | |
sudo firewall-cmd --permanent --add-port={80/tcp,443/tcp} | |
sudo systemctl enable nginx | |
sudo systemctl start nginx | |
sestatus | |
sudo firewall-cmd --list-ports | |
systemctl is-enabled nginx |
NewerOlder