How to Optimize Nginx and PHP-FPM VestaCP CentOS
In this tutorial we’ll do optimization for Nginx and PHP-FPM under VestaCP, this tutorial will also work if you’re using LEMP (nginx + php-fpm). Nginx and PHP-FPM are the...
Just Another Web Developer Blog
In this tutorial we’ll do optimization for Nginx and PHP-FPM under VestaCP, this tutorial will also work if you’re using LEMP (nginx + php-fpm). Nginx and PHP-FPM are the...
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm yum –enablerepo=remi update remi-release yum update yum install yum-utils yum-config-manager –disable remi-php56 yum-config-manager –disable remi-php55 yum-config-manager...
Create a city-fan.org yum repository file: touch /etc/yum.repos.d/city-fan.repo /etc/yum.repos.d/city-fan.repo dosyasını text editor ile açıp içerisene kodu kaydediyoruz. [CityFan] name=City Fan Repo baseurl=http://www.city-fan.org/ftp/contrib/yum-repo/rhel$releasever/$basearch/ enabled=1 gpgcheck=0...