Laravel Nginx 除 `/` 外全部路由 404

location / { try_files $uri $uri/ /index.php?$query_string; } 详见Laravel官方文档: http://laravel.com/docs/5.0/installation#pretty-urlsphp

相关文章
相关标签/搜索