📜  413 错误 laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:43.880000             🧑  作者: Mango

代码示例1
// Need to increase or set client_max_body_size in your nginx config file. 
http {
    #...
        client_max_body_size 100m;
    #...
}
// Restart nginx