server {
listen 80;
server_name www.pinke2.com;
root C:\wamp\www\PinKe;
include C:\wamp\www\PinKe\nginx.conf;
location / {
index index.php index.html;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
}跟nginx.conf里面的内容没关系吧 启动都不行