Update to 2024-02-21 11:00

This commit is contained in:
Daniel Berteaud
2024-02-21 11:00:50 +01:00
parent 9e01b5f657
commit 591a80926b
20 changed files with 38 additions and 34 deletions

View File

@@ -40,6 +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;
proxy_pass http://localhost:{{ odoo_http_port }};
}
}