http://ubuntuhandbook.org/index.php/2014/04/install-nginx-with-php5-mysql-lemp-in-ubuntu-14-04-server/
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}http://blog.youkuaiyun.com/black_ox/article/details/38232315
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-04
configure php5-mycryt with php5-fpm(ubuntu 14.04)
本文档提供了在Ubuntu 14.04服务器上安装LEMP堆栈(Linux Nginx MySQL PHP)的详细步骤。重点介绍如何配置Nginx以与PHP-FPM和MySQL一起工作,包括设置必要的参数以确保稳定运行。
670

被折叠的 条评论
为什么被折叠?



