Tuesday at 02:17 AM5 days 413 Request Entity Too Large解決這個問題的核心原因只有一個,因為 client_max_body_size 太小 修改 nginx.conf vi /etc/nginx/nginx.conf 搜尋 client_max_body_size 並修改為 client_max_body_size 200m; ESC儲存並離開 :wq 測試設定 (必要步驟) nginx -t 重新載入 (不中斷連線) systemctl reload nginx
Create an account or sign in to comment