diff --git a/roles/odoo/templates/nginx.conf.j2 b/roles/odoo/templates/nginx.conf.j2 index f7cc3fa..41fd364 100644 --- a/roles/odoo/templates/nginx.conf.j2 +++ b/roles/odoo/templates/nginx.conf.j2 @@ -40,7 +40,7 @@ server { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Real-IP $remote_addr; proxy_redirect off; - client_max_body_size 100m; + client_max_body_size 500m; proxy_pass http://localhost:{{ odoo_http_port }}; } }