From 0be098e7c6c8e357404b6a2c8704f149cefbd621 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 10 Oct 2024 12:00:07 +0200 Subject: [PATCH] Update to 2024-10-10 12:00 --- roles/odoo/templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}; } }