V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
czoi
V2EX  ›  问与答

Nginx 配置 Laravel 的 404 问题

  •  1
     
  •   czoi · Mar 7, 2019 · 1368 views
    This topic created in 2611 days ago, the information mentioned may be changed or developed.

    问题描述:

    启动 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;
    }
    
    3 replies    2020-02-10 22:51:54 +08:00
    czoi
        1
    czoi  
    OP
       Mar 8, 2019
    没人么
    BCy66drFCvk1Ou87
        2
    BCy66drFCvk1Ou87  
       Jun 21, 2019
    老哥这个问题解决没?这两天用 nginx 部署 laravel 也出现这个问题,试了网上的方法都不行 QAQ
    czoi
        3
    czoi  
    OP
       Feb 10, 2020
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2620 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 87ms · UTC 02:18 · PVG 10:18 · LAX 19:18 · JFK 22:18
    ♥ Do have faith in what you're doing.