nginx php-fpm备份

很奇怪的是,我测试了网上不少配置,唯有这个才能在我的nginx上工作…那么就记录一下。

 

location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
fastcgi_param PATH_INFO $path_info;
}

作者:小老外

我还需要不断地学习。

发表评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据