Nginx 配置 Laravel 的 404 问题

2019-03-07 15:23:30 +08:00
 czoi

问题描述:

启动 nginx 后可以正常访问,数小时后访问就 404,No input file specified. access log 里面只有 404 的 log,没有任何错误 log

是哪里的问题呢?请教各位大神了。配置参考 https://yii.im/posts/the-right-way-to-set-nginx-for-laravel/

配置如下:

index index.html index.htm index.php;
root /apps/www/lavarel_test/public/;

access_log  logs/laravel_test.log;

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

location ~ \.php$ {

    #client_max_body_size 5m;
    include  fastcgi_params;
    fastcgi_pass   unix:/tmp/php-cgi.sock;
    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
}
1109 次点击
所在节点    问与答
3 条回复
czoi
2019-03-08 14:25:15 +08:00
没人么
HuasLeung
2019-06-21 15:52:47 +08:00
老哥这个问题解决没?这两天用 nginx 部署 laravel 也出现这个问题,试了网上的方法都不行 QAQ
czoi
2020-02-10 22:51:54 +08:00

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/542148

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX