Update to 2024-10-10 12:00

This commit is contained in:
Daniel Berteaud 2024-10-10 12:00:07 +02:00
parent 3950c27101
commit 0be098e7c6

View File

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