jguyomard / docker-laravel

:whale: Docker Images for Laravel development
MIT License
109 stars 62 forks source link

Nginx : 413 Request Entity Too Large #6

Closed tonyyb closed 6 years ago

tonyyb commented 6 years ago

Hi,

I've got an error (413 Request Entity Too Large) when i try to upload a file from my application (3mo). I think you can fix it with this configuration :

server {
....
        client_max_body_size 20M;
....
    }
jguyomard commented 6 years ago

Hello,

Yes, it's a good idea! Can you make a pull request, please?

tonyyb commented 6 years ago

Done :)

jguyomard commented 6 years ago

Merged :)