修改 nginx.conf 檔,新增一條指令
# vi /etc/nginx/nginx.conf
可以在 http, server 或 location 其中一個 block 加入 client_max_body_size 設定
client_max_body_size 500M; MB數依需求自定義
重新啟動nginx
# systemctl restart nginx
[參考]https://www.phpini.com/linux/fix-nginx-error-413-request-entity-too-large