Update to 2024-12-04 12:00

This commit is contained in:
Daniel Berteaud 2024-12-04 12:00:08 +01:00
parent d0754b446b
commit 1cee352aa5

View File

@ -41,6 +41,7 @@ server {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_redirect off; proxy_redirect off;
client_max_body_size 500m; client_max_body_size 500m;
proxy_read_timeout 900s;
proxy_pass http://localhost:{{ odoo_http_port }}; proxy_pass http://localhost:{{ odoo_http_port }};
} }
} }