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 }}; } }