windows 上nginx提示no input file specified,我都按网上的配置了哈?

WBOY
发布: 2016-09-12 17:44:52
原创
1288 人浏览过

<code>server {
        listen       80;
        server_name  m.test.com;

        
        ## Root and index files.
        root html/test;
        index  index.php index.html index.htm;

        #error_page  404              /404.html;

        # redirect server error pages to the static page /50x.html
        #
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }

         location / {
            # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
            #
            location ~ \.php$ {
                root           html;
                fastcgi_pass   127.0.0.1:9000;
                fastcgi_index  index.php;
                fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
                include        fastcgi_params;
            }
         }

       

       
    }
</code>
登录后复制
登录后复制

windows 上nginx提示no input file specified,我都按网上的配置了哈?

回复内容:

<code>server {
        listen       80;
        server_name  m.test.com;

        
        ## Root and index files.
        root html/test;
        index  index.php index.html index.htm;

        #error_page  404              /404.html;

        # redirect server error pages to the static page /50x.html
        #
        error_page   500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }

         location / {
            # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
            #
            location ~ \.php$ {
                root           html;
                fastcgi_pass   127.0.0.1:9000;
                fastcgi_index  index.php;
                fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;
                include        fastcgi_params;
            }
         }

       

       
    }
</code>
登录后复制
登录后复制

windows 上nginx提示no input file specified,我都按网上的配置了哈?

有可能是这个问题:root html
可能需要写完整:root /html

windows上你的root最好用绝对地址 比如D:/www

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板