How To Install and Configure nginx and php-fpm on CentOS 6.5

preview_player
Показать описание
This tutorial will explain you how to install and configure nginx with php-fpm on CentOS 6.5 operating system.

Bellow are the resources from the video:

Yum Repository:

[nginx]
name=nginx repo
gpgcheck=0
enabled=1

Entries for nginx configuration file

fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

Рекомендации по теме