Difference between revisions of "Redhat8 - Install Nginx, Apache, Redis, php7.4-fpm, MySQL, PostgreSQL"

From Rhomicom Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
sudo firewall-cmd --permanent --add-service=https
 
sudo firewall-cmd --permanent --add-service=https
 +
 +
sudo firewall-cmd --permanent --list-all

Revision as of 08:22, 29 January 2021

sudo dnf install nginx
sudo systemctl start nginx
sudo yum install firewalld
sudo systemctl start firewalld
sudo systemctl enable firewalld
sudo systemctl status firewalld

sudo firewall-cmd --permanent --add-service=http

sudo firewall-cmd --permanent --add-service=https

sudo firewall-cmd --permanent --list-all