Tag: CentOS8/Nginx
# dnf install @nginx
# systemctl start nginx # systemctl enable nginx
server { listen 8080; index index.php; root /home/sora/public_html;
firewall-cmd --zone=public --add-port=8080/tcp --permanent
dnf module reset php dnf install @php:remi-7.4