site-enable 里面的 default 里
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_keep_conn on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /web/$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
【 在 mediawhere (宁静致远) 的大作中提到: 】
: 那位兄弟也用php和nginx的,如果是linux系统,能提供一份现成的nginx配置文件给我吗,我想参考下研究下的。
: 就是缺乏现成的文件阅读。
--
FROM 202.120.3.*