Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
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