diff --git a/roles/nginx/templates/vhosts/giteu.be.conf.j2 b/roles/nginx/templates/vhosts/giteu.be.conf.j2 index a7c5f36..1f3e361 100644 --- a/roles/nginx/templates/vhosts/giteu.be.conf.j2 +++ b/roles/nginx/templates/vhosts/giteu.be.conf.j2 @@ -1,6 +1,6 @@ server { {% include './templates/header.conf.j2' %} - client_max_body_size 10M; + client_max_body_size 50M; location / { proxy_pass http://localhost:3000;