FirewallD
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=https
firewall-cmd --reload
#yum install policycoreutils-python
yum install epel-release
Nginx
yum install nginx
systemctl enable nginx
systemctl start nginx
vi /etc/nginx/conf.d/wiki.domain.com.conf
(
Read more... )