CentOS 7配置Nginx + PHP-FPM + MySQL环境
本文记录我在CentOS 7上配置Web环境的全过程。
安装Nginx
yum install nginx
systemctl start nginx
systemctl enable nginx
安装PHP-FPM
yum install php-fpm php-mysql
systemctl start php-fpm
systemctl enable php-fpm
本文记录我在CentOS 7上配置Web环境的全过程。
yum install nginx
systemctl start nginx
systemctl enable nginx
yum install php-fpm php-mysql
systemctl start php-fpm
systemctl enable php-fpm