首页 新闻 会员 周边

wamp中apache换成nginx 想引用伪静态文件启动就失败

0
悬赏园豆:140 [已关闭问题] 关闭于 2015-12-19 08:52

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里面的内容没关系吧  启动都不行

胡俊_php的主页 胡俊_php | 菜鸟二级 | 园豆:202
提问于:2015-12-18 16:48
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册