php - 安装好了homestead,输入网址之后,显示No input file specified。
黄舟
黄舟 2017-05-24 11:34:28
0
2
553

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

全部回复(2)
迷茫

lumen.app/public

小葫芦

检查nginx配置文件中FASTCGI_PARAM PATH_TRANSLATED是否配置正确

location ~ \.php(.*)$ {
    fastcgi_pass   127.0.0.1:9000;
    fastcgi_index  index.php;
    fastcgi_split_path_info  ^((?U).+\.php)(/?.+)$;
    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
    fastcgi_param  PATH_INFO  $fastcgi_path_info;
    fastcgi_param  PATH_TRANSLATED  $document_root$fastcgi_path_info;
    include        fastcgi_params;
}
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板