用nginx编写新的路由全部访问报404错误,只有根路径正确


//能访问
Route::get('/', function () {
    return view('welcome');
});

//不能访问,404错误
Route::get('first', function(){
    return 'hello, world';
});


qq_望断桃源_0
浏览 2082回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP