From 1cee352aa5474e4d2ae38a2cc30f5ac48ab7b101 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 4 Dec 2024 12:00:08 +0100 Subject: [PATCH] Update to 2024-12-04 12:00 --- roles/odoo/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/odoo/templates/nginx.conf.j2 b/roles/odoo/templates/nginx.conf.j2 index 41fd364..f9f3913 100644 --- a/roles/odoo/templates/nginx.conf.j2 +++ b/roles/odoo/templates/nginx.conf.j2 @@ -41,6 +41,7 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_redirect off; client_max_body_size 500m; + proxy_read_timeout 900s; proxy_pass http://localhost:{{ odoo_http_port }}; } }