第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

Laravel 路由在實(shí)時(shí)服務(wù)器上導(dǎo)致 404 錯(cuò)誤

Laravel 路由在實(shí)時(shí)服務(wù)器上導(dǎo)致 404 錯(cuò)誤

PHP
森林海 2024-01-19 14:45:41
我在本地主機(jī)上開發(fā)了一個(gè) Laravel 應(yīng)用程序,并且運(yùn)行良好。我正在嘗試在 Ubuntu 20.04 上使用 nginx 將其部署到 AWS Lightsail 實(shí)例上。我已經(jīng)上傳了我的 laravel 應(yīng)用程序并將 nginx 根目錄更改為 laravelapp/public。主索引頁(yè)面(登陸頁(yè)面)工作正常,但我的路線都不起作用(即/登錄、/關(guān)于等)。當(dāng)我嘗試訪問(wèn)任何路線時(shí),我收到 404 未找到錯(cuò)誤。這是我的 nginx/sites_available/default 文件:# Default server configurationserver {    listen 80 default_server;    listen [::]:80 default_server;    root /var/www/investa/public;    index index.php index.html index.htm index.nginx-debian.html;    server_name _;    location / {        # First attempt to serve request as file, then        # as directory, then fall back to displaying a 404.        try_files $uri $uri/ =404;    }    location ~ \.php$ {        include snippets/fastcgi-php.conf;        fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;    }}這是我的路線列表的視圖:Laravel 應(yīng)用程序路線
查看完整描述

1 回答

?
RISEBY

TA貢獻(xiàn)1856條經(jīng)驗(yàn) 獲得超5個(gè)贊

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

在這里比較: https: //laravel.com/docs/7.x/deployment#nginx


查看完整回答
反對(duì) 回復(fù) 2024-01-19
  • 1 回答
  • 0 關(guān)注
  • 232 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)