标签:style blog color io ar div sp log on
server{ root html; listen 80; server_name a.com; index index.php index.html ; location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
Nginx学习笔记3--Nginx和PHP(fastCGI)的配置和优化
标签:style blog color io ar div sp log on
原文地址:http://www.cnblogs.com/tl542475736/p/3972438.html