Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install php-fpm -y
systemctl start php-fpm
/etc/nginx/conf d/site conf
:location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; }
firewall-cmd --add-service=http
curl http://ip/test.php
systemctl status php-fpm